From 4d449a9b96570e8c655fc303ca0ca81dab394e3d Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 20 May 2020 19:40:06 -0400 Subject: Update docs --- docs/jacoco-ut/bjc.everge/StageStatus.java.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/jacoco-ut/bjc.everge/StageStatus.java.html') diff --git a/docs/jacoco-ut/bjc.everge/StageStatus.java.html b/docs/jacoco-ut/bjc.everge/StageStatus.java.html index 343fd08..684c605 100644 --- a/docs/jacoco-ut/bjc.everge/StageStatus.java.html +++ b/docs/jacoco-ut/bjc.everge/StageStatus.java.html @@ -2,21 +2,21 @@ /** * Possible statuses of pairs with respect to exporting. + * * @author Ben Culkin */ -public enum StageStatus { +public enum StageStatus { /** * Only use for staging pairs; don't export. */ - INTERNAL, + INTERNAL, /** * Don't use for staging pairs; do export. */ - EXTERNAL, + EXTERNAL, /** * Use for staging pairs; do export. */ - BOTH; + BOTH; } - \ No newline at end of file -- cgit v1.2.3