Stzx commented on a change in pull request #405: ensure java version are
supported even when not in our enum
URL: https://github.com/apache/commons-lang/pull/405#discussion_r315031391
##########
File path: src/test/java/org/apache/commons/lang3/JavaVersionTest.java
##########
@@ -83,4 +90,10 @@ public void testToString() {
assertEquals("1.2", JAVA_1_2.toString());
}
+ @ParameterizedTest
+ @ValueSource(strings = {"11" ,"11.0", "11.0.2"})
Review comment:
```suggestion
@ValueSource(strings = {"11", "11.0", "11.0.2"})
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services