summaryrefslogtreecommitdiff
path: root/docs/jacoco-ut/bjc.everge/IntHolder.java.html
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2020-05-20 19:40:06 -0400
committerbculkin2442 <bjculkin@mix.wvu.edu>2020-05-20 19:40:06 -0400
commit4d449a9b96570e8c655fc303ca0ca81dab394e3d (patch)
tree5a23a776cb7e63cde971dafee02379efdaa04ba3 /docs/jacoco-ut/bjc.everge/IntHolder.java.html
parent63524d0fe212609cc4af93807753a47eae09979b (diff)
Update docs
Diffstat (limited to 'docs/jacoco-ut/bjc.everge/IntHolder.java.html')
-rw-r--r--docs/jacoco-ut/bjc.everge/IntHolder.java.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/jacoco-ut/bjc.everge/IntHolder.java.html b/docs/jacoco-ut/bjc.everge/IntHolder.java.html
index db6e5b4..fdeab7e 100644
--- a/docs/jacoco-ut/bjc.everge/IntHolder.java.html
+++ b/docs/jacoco-ut/bjc.everge/IntHolder.java.html
@@ -22,7 +22,7 @@ public class IntHolder {
* Create a new int-holder set to a value.
*
* @param i
- * The value to set the int to.
+ * The value to set the int to.
*/
<span class="nc" id="L27"> public IntHolder(int i) {</span>
<span class="nc" id="L28"> val = i;</span>
@@ -41,7 +41,7 @@ public class IntHolder {
* Increment the value by an amount and return it.
*
* @param i
- * The amount to increment by.
+ * The amount to increment by.
*
* @return The value of the holder.
*/
@@ -62,9 +62,9 @@ public class IntHolder {
/**
* Set the value.
- *
+ *
* @param i
- * The value to set it to.
+ * The value to set it to.
*/
public void set(int i) {
<span class="nc" id="L70"> val = i;</span>