langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsConfiguration.java
changeset 40308 274367a99f98
parent 38530 8e89d567748c
child 40762 f8883aa0053c
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
   512             }
   512             }
   513             return this;
   513             return this;
   514         }
   514         }
   515 
   515 
   516         /*
   516         /*
   517          * This method is for -check option to find all target modules specified
   517          * This method is for --check option to find all target modules specified
   518          * in qualified exports.
   518          * in qualified exports.
   519          *
   519          *
   520          * Include all system modules and modules found on modulepath
   520          * Include all system modules and modules found on modulepath
   521          */
   521          */
   522         public Builder allModules() {
   522         public Builder allModules() {