diff options
Diffstat (limited to 'docs/jacoco-ut/bjc.everge/IntHolder.java.html')
| -rw-r--r-- | docs/jacoco-ut/bjc.everge/IntHolder.java.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/jacoco-ut/bjc.everge/IntHolder.java.html b/docs/jacoco-ut/bjc.everge/IntHolder.java.html index 746a71a..db6e5b4 100644 --- a/docs/jacoco-ut/bjc.everge/IntHolder.java.html +++ b/docs/jacoco-ut/bjc.everge/IntHolder.java.html @@ -60,8 +60,14 @@ public class IntHolder { <span class="fc" id="L60"> return val;</span> } + /** + * Set the value. + * + * @param i + * The value to set it to. + */ public void set(int i) { -<span class="nc" id="L64"> val = i;</span> -<span class="nc" id="L65"> }</span> +<span class="nc" id="L70"> val = i;</span> +<span class="nc" id="L71"> }</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 |
