kinow commented on a change in pull request #415: LANG-1443: Add more SystemUtils.IS_JAVA_XX variants URL: https://github.com/apache/commons-lang/pull/415#discussion_r272457198
########## File path: src/test/java/org/apache/commons/lang3/JavaVersionTest.java ########## @@ -20,23 +20,10 @@ import org.junit.jupiter.api.Test; -import static org.apache.commons.lang3.JavaVersion.JAVA_RECENT; +import static org.apache.commons.lang3.JavaVersion.*; Review comment: Checkstyle ain't happy with this .* import I think. ---------------------------------------------------------------- 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
