We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc5514 commit 3cccfe6Copy full SHA for 3cccfe6
1 file changed
src/main/java/org/apache/commons/io/file/Counters.java
@@ -105,7 +105,7 @@ public String toString() {
105
}
106
107
/**
108
- * Counts using a BigInteger number.
+ * Counts using a {@link BigInteger} number.
109
*/
110
private static final class BigIntegerCounter implements Counter {
111
@@ -227,7 +227,7 @@ default void reset() {
227
228
229
230
- * Counts using a long number.
+ * Counts using a {@code long} number.
231
232
private final static class LongCounter implements Counter {
233
0 commit comments