summaryrefslogtreecommitdiff
path: root/docs/jacoco-ut/bjc.everge/IntHolder.java.html
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2019-09-09 20:13:50 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2019-09-09 20:13:50 -0400
commitffdeed6d39f651bc6ffb75ecf9b8134798041f82 (patch)
treeba629e526068b0ba4a21341f8147c48289dce220 /docs/jacoco-ut/bjc.everge/IntHolder.java.html
parentc6897211cb5da8c5bbbaf267db8ad020eb63a114 (diff)
Upgrade version to 0.2
Diffstat (limited to 'docs/jacoco-ut/bjc.everge/IntHolder.java.html')
-rw-r--r--docs/jacoco-ut/bjc.everge/IntHolder.java.html10
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