< prev index next >

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

Print this page

        

@@ -102,11 +102,11 @@
      * A delegated formatter configuration delegates all configurations settings
      * to an underlying configuration object (aka the delegated configuration).
      */
     public static class ForwardingConfiguration implements DiagnosticFormatter.Configuration {
 
-        /** The configurationr object to which the forwarding configuration delegates some settings */
+        /** The configuration object to which the forwarding configuration delegates some settings */
         protected Configuration configuration;
 
         public ForwardingConfiguration(Configuration configuration) {
             this.configuration = configuration;
         }
< prev index next >