diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2020-05-20 19:40:06 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2020-05-20 19:40:06 -0400 |
| commit | 4d449a9b96570e8c655fc303ca0ca81dab394e3d (patch) | |
| tree | 5a23a776cb7e63cde971dafee02379efdaa04ba3 /docs/jacoco-ut/bjc.everge/StageStatus.java.html | |
| parent | 63524d0fe212609cc4af93807753a47eae09979b (diff) | |
Update docs
Diffstat (limited to 'docs/jacoco-ut/bjc.everge/StageStatus.java.html')
| -rw-r--r-- | docs/jacoco-ut/bjc.everge/StageStatus.java.html | 10 |
1 files changed, 5 insertions, 5 deletions
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 */ -<span class="fc" id="L7">public enum StageStatus {</span> +<span class="fc" id="L8">public enum StageStatus {</span> /** * Only use for staging pairs; don't export. */ -<span class="fc" id="L11"> INTERNAL,</span> +<span class="fc" id="L12"> INTERNAL,</span> /** * Don't use for staging pairs; do export. */ -<span class="fc" id="L15"> EXTERNAL,</span> +<span class="fc" id="L16"> EXTERNAL,</span> /** * Use for staging pairs; do export. */ -<span class="fc" id="L19"> BOTH;</span> +<span class="fc" id="L20"> BOTH;</span> } - </pre><div class="footer"><span class="right">Created with <a href="http://www.jacoco.org/jacoco">JaCoCo</a> 0.8.2.201808211720</span></div></body></html>
\ No newline at end of file |
