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 5688edd commit 43ff904Copy full SHA for 43ff904
src/main/java/org/apache/commons/io/input/BoundedInputStream.java
@@ -263,10 +263,10 @@ public Builder() {
263
* <ul>
264
* <li>{@link #getInputStream()} gets the target aspect.</li>
265
* <li>{@link #getAfterRead()}</li>
266
- * <li>{@link #getCount()}</li>
267
- * <li>{@link #getMaxCount()}</li>
268
- * <li>{@link #getOnMaxCount()}</li>
269
- * <li>{@link #isPropagateClose()}</li>
+ * <li>{@code #getCount()}</li>
+ * <li>{@code #getMaxCount()}</li>
+ * <li>{@code #getOnMaxCount()}</li>
+ * <li>{@code #isPropagateClose()}</li>
270
* </ul>
271
*
272
* @return a new instance.
0 commit comments