langtools/test/tools/jdeps/lib/JdepsUtil.java
changeset 42840 dfe1a03d4db4
parent 41442 14db641d4a9f
--- a/langtools/test/tools/jdeps/lib/JdepsUtil.java	Mon Dec 19 11:15:01 2016 -0800
+++ b/langtools/test/tools/jdeps/lib/JdepsUtil.java	Mon Dec 19 12:30:39 2016 -0800
@@ -147,11 +147,6 @@
             return this;
         }
 
-        public Command includeSystemMoudles(String regex) {
-            filter.includeSystemModules(Pattern.compile(regex));
-            return this;
-        }
-
         public Command apiOnly() {
             this.apiOnly = true;
             return this;