Description
The minimum java version for 3.x is java 1.7, so checks like SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_1_5) will always be true and are therefore redundant
Attachments
Issue Links
- links to
The minimum java version for 3.x is java 1.7, so checks like SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_1_5) will always be true and are therefore redundant