< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/file/Locations.java

Print this page

        

*** 977,987 **** return Locations.this.contains(searchPath, file); } } /** ! * A LocationHander to represent modules found from a module-oriented * location such as MODULE_SOURCE_PATH, UPGRADE_MODULE_PATH, * SYSTEM_MODULES and MODULE_PATH. * * The Location can be specified to accept overriding classes from the * {@code --patch-module <module>=<path> } parameter. --- 977,987 ---- return Locations.this.contains(searchPath, file); } } /** ! * A LocationHandler to represent modules found from a module-oriented * location such as MODULE_SOURCE_PATH, UPGRADE_MODULE_PATH, * SYSTEM_MODULES and MODULE_PATH. * * The Location can be specified to accept overriding classes from the * {@code --patch-module <module>=<path> } parameter.
< prev index next >