Pft! Fix typo.
This commit is contained in:
parent
758228f691
commit
a26c66a8ed
|
@ -379,7 +379,7 @@ public class SystemUtilsTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testIsJavaVersionAtLeat() throws Exception {
|
||||
public void testIsJavaVersionAtLeast() throws Exception {
|
||||
if (SystemUtils.IS_JAVA_1_7) {
|
||||
assertTrue(SystemUtils.isJavaVersionAtLeast(JAVA_1_1));
|
||||
assertTrue(SystemUtils.isJavaVersionAtLeast(JAVA_1_2));
|
||||
|
|
Loading…
Reference in New Issue