fkjellberg commented on code in PR #690:
URL: https://github.com/apache/commons-compress/pull/690#discussion_r2296164039


##########
src/main/java/org/apache/commons/compress/archivers/ArchiveStreamFactory.java:
##########
@@ -175,6 +178,13 @@ public class ArchiveStreamFactory implements 
ArchiveStreamProvider {
      */
     public static final String JAR = "jar";
 
+    /**
+     * Constant (value {@value}) used to identify the LHA archive format.
+     * Not supported as an output stream type.
+     * @since 1.29

Review Comment:
   I updated all @since annotations to 1.29.0



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

Reply via email to