test/tools/javac/importscope/A.java

Print this page

        

@@ -25,11 +25,11 @@
  * @test
  * @bug 4912075 4979456
  * @summary static import of private field crashes compiler
  * @author gafter
  *
- * @compile -source 1.5 A.java B.java
+ * @compile A.java B.java
  */
 
 package p1;
 
 public class A {