summaryrefslogtreecommitdiff
path: root/docs/jacoco-ut/bjc.everge/IntHolder.java.html
diff options
context:
space:
mode:
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>