elharo commented on code in PR #129:
URL: https://github.com/apache/maven-shared-jar/pull/129#discussion_r3611279296


##########
src/main/java/org/apache/maven/shared/jar/classes/JarClasses.java:
##########
@@ -57,10 +57,10 @@ public class JarClasses {
     private boolean isDebugPresent;
 
     /**
-     * The highest JVM revision available in any class files. While the JAR 
may work on earlier JVMs if particular
-     * classes are not used, this is the minimum JVM that guarantees 
compatibility.
+     * The highest Java class version available in any class files. While the 
JAR may work on earlier JVMs if particular
+     * classes are not used, this is the minimum JVM version that guarantees 
compatibility.

Review Comment:
   I really doubt that's right. If it is, then the field is incorrectly named. 
One of them is certainly wrong. 



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