garydgregory commented on code in PR #687:
URL: https://github.com/apache/commons-compress/pull/687#discussion_r2276905173


##########
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:
   Don't HTML style elements in Javadoc! That's for the stylesheet to decide. 
If you want to call something out, you can use an emphasis tag like `<em>this 
is an emphasis example</em>`. Similarly, you'd use `strong` instead of `b`.
   



-- 
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]

Reply via email to