diff options
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 |
