ppkarwasz commented on code in PR #706: URL: https://github.com/apache/commons-compress/pull/706#discussion_r2352003143
########## src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveInputStream.java: ########## @@ -39,6 +39,30 @@ */ public class ArArchiveInputStream extends ArchiveInputStream<ArArchiveEntry> { + /** + * Builds a new {@link ArArchiveInputStream}. + * <p> + * For example: Review Comment: How about introducing a shared Javadoc formatter in `commons-parent`? The indentation here came from IntelliJ IDEA, and since Javadoc is essentially HTML, I don’t have a strong preference as long as it’s easy to stay consistent. Since each IDE formats differently and whitespace debates aren’t very productive, could you export your formatting configuration and set up a Spotless task in `commons-parent`? That way we can all apply the same rules from the CLI, without needing to change editors. -- 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: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org