mawiesne commented on code in PR #687:
URL: https://github.com/apache/commons-compress/pull/687#discussion_r2276969633
##########
src/main/java/org/apache/commons/compress/archivers/zip/ExplodingInputStream.java:
##########
@@ -68,7 +68,7 @@ final class ExplodingInputStream extends InputStream
implements InputStreamStati
private long treeSizes;
/**
- * Constructs a new stream decompressing the content of the specified
stream using the explode algorithm.
+ * Constructs a new stream decompressing the content of the specified
stream using the <i>explode</i> algorithm.
Review Comment:
@garydgregory Thx for the pointer / hint. FYI: There is one other (existing)
use of `<i>` in Pack200Exception line 77. Should I fix this one en passant, or
do you prefer a separate PR for that one?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]