< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/util/Options.java

Print this page

        

@@ -54,11 +54,11 @@
             instance = new Options(context);
         return instance;
     }
 
     protected Options(Context context) {
-// DEBUGGING -- Use LinkedHashMap for reproducability
+// DEBUGGING -- Use LinkedHashMap for reproducibility
         values = new LinkedHashMap<>();
         context.put(optionsKey, this);
     }
 
     /**
< prev index next >