< prev index next >

src/java.base/share/classes/java/lang/ModuleLayer.java

Print this page
8200125: Fix some classloader/module typos
Reviewed-by: alanb

*** 150,160 **** // the empty layer private static final ModuleLayer EMPTY_LAYER = new ModuleLayer(Configuration.empty(), List.of(), null); ! // the configuration from which this ;ayer was created private final Configuration cf; // parent layers, empty in the case of the empty layer private final List<ModuleLayer> parents; --- 150,160 ---- // the empty layer private static final ModuleLayer EMPTY_LAYER = new ModuleLayer(Configuration.empty(), List.of(), null); ! // the configuration from which this layer was created private final Configuration cf; // parent layers, empty in the case of the empty layer private final List<ModuleLayer> parents;
< prev index next >