Skip to content

Commit a265435

Browse files
committed
Javadoc.
1 parent b487c9e commit a265435

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
*
2323
* An {@link InputStream} that infinitely repeats provided bytes.
2424
* <p>
25-
* Closing a <tt>InfiniteCircularInputStream</tt> has no effect. The methods in
25+
* Closing a <code>InfiniteCircularInputStream</code> has no effect. The methods in
2626
* this class can be called after the stream has been closed without generating
27-
* an <tt>IOException</tt>.
28-
*
27+
* an <code>IOException</code>.
28+
* </p>
2929
*/
3030
public class InfiniteCircularInputStream extends InputStream {
3131

0 commit comments

Comments
 (0)