src/share/classes/java/nio/charset/Charset-X-Coder.java.template

Print this page

        

@@ -258,11 +258,11 @@
      *
      * <p> This method invokes the {@link #implReplaceWith implReplaceWith}
      * method, passing the new replacement, after checking that the new
      * replacement is acceptable.  </p>
      *
-     * @param  newReplacement
+     * @param  newReplacement  The replacement value
      *
 #if[decoder]
      *         The new replacement; must not be <tt>null</tt>
      *         and must have non-zero length
 #end[decoder]

@@ -303,11 +303,11 @@
      *
      * <p> The default implementation of this method does nothing.  This method
      * should be overridden by $coder$s that require notification of changes to
      * the replacement.  </p>
      *
-     * @param  newReplacement
+     * @param  newReplacement    The replacement value
      */
     protected void implReplaceWith($replType$ newReplacement) {
     }
 
 #if[encoder]