Skip to content

Commit 43ff904

Browse files
committed
Javadoc (Java 24 failure)
1 parent 5688edd commit 43ff904

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/org/apache/commons/io/input/BoundedInputStream.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@ public Builder() {
263263
* <ul>
264264
* <li>{@link #getInputStream()} gets the target aspect.</li>
265265
* <li>{@link #getAfterRead()}</li>
266-
* <li>{@link #getCount()}</li>
267-
* <li>{@link #getMaxCount()}</li>
268-
* <li>{@link #getOnMaxCount()}</li>
269-
* <li>{@link #isPropagateClose()}</li>
266+
* <li>{@code #getCount()}</li>
267+
* <li>{@code #getMaxCount()}</li>
268+
* <li>{@code #getOnMaxCount()}</li>
269+
* <li>{@code #isPropagateClose()}</li>
270270
* </ul>
271271
*
272272
* @return a new instance.

0 commit comments

Comments
 (0)