< prev index next >

test/langtools/tools/javac/defaultMethodsVisibility/DefaultMethodsNotVisibleForSourceLessThan8Test.java

Print this page

        

@@ -105,11 +105,10 @@
         "    }\n" +
         "}";
 
     public static void main(String[] args) throws Exception {
         String[] sources = new String[] {
-            "1.6",
             "1.7",
         };
         for (String source : sources) {
             new DefaultMethodsNotVisibleForSourceLessThan8Test().run(source);
         }
< prev index next >