Skip to content

Commit 3cccfe6

Browse files
author
Gary Gregory
committed
Nicer Javadoc.
1 parent 4bc5514 commit 3cccfe6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/file/Counters.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public String toString() {
105105
}
106106

107107
/**
108-
* Counts using a BigInteger number.
108+
* Counts using a {@link BigInteger} number.
109109
*/
110110
private static final class BigIntegerCounter implements Counter {
111111

@@ -227,7 +227,7 @@ default void reset() {
227227
}
228228

229229
/**
230-
* Counts using a long number.
230+
* Counts using a {@code long} number.
231231
*/
232232
private final static class LongCounter implements Counter {
233233

0 commit comments

Comments
 (0)