michael-o commented on code in PR #1637:
URL: https://github.com/apache/maven/pull/1637#discussion_r1712660085


##########
maven-artifact/src/main/java/org/apache/maven/artifact/versioning/VersionRange.java:
##########
@@ -202,6 +203,9 @@ private static Restriction parseRestriction(String spec) 
throws InvalidVersionSp
     }
 
     public static VersionRange createFromVersion(String version) {
+        if (DefaultArtifact.empty(version)) {

Review Comment:
   Null as in line 95



-- 
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...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to