< prev index next >

test/tools/jdeps/lib/JdepsUtil.java

Print this page

        

@@ -145,15 +145,10 @@
         public Command include(String regex) {
             filter.includePattern(Pattern.compile(regex));
             return this;
         }
 
-        public Command includeSystemMoudles(String regex) {
-            filter.includeSystemModules(Pattern.compile(regex));
-            return this;
-        }
-
         public Command apiOnly() {
             this.apiOnly = true;
             return this;
         }
 
< prev index next >