< prev index next >

langtools/test/tools/javap/T4501661.java

Print this page

        

@@ -26,11 +26,11 @@
 
 /*
  * @test
  * @bug 4501661
  * @summary disallow mixing -public, -private, and -protected
- * @modules jdk.compiler
+ * @modules jdk.jdeps
  */
 public class T4501661 {
     public static void main(String... args) throws Exception {
         new T4501661().run();
     }
< prev index next >