< prev index next >

jdk/src/java.base/share/classes/java/lang/module/ModuleReference.java

Print this page

        

*** 167,177 **** } /** ! * Returns {@code true} if this module has been patched via -Xpatch. */ boolean isPatched() { return patched; } --- 167,177 ---- } /** ! * Returns {@code true} if this module has been patched via --patch-module. */ boolean isPatched() { return patched; }
< prev index next >