Pft! Fix typo.

This commit is contained in:
Gary Gregory 2017-11-03 11:14:26 -06:00
parent 758228f691
commit a26c66a8ed
1 changed files with 1 additions and 1 deletions

View File

@ -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));