You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2011/01/10 22:14:24 UTC

svn commit: r1057365 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/ExtendedMessageFormat.java

Author: niallp
Date: Mon Jan 10 21:14:23 2011
New Revision: 1057365

URL: http://svn.apache.org/viewvc?rev=1057365&view=rev
Log:
fix checkstyle issues

Modified:
    commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/ExtendedMessageFormat.java

Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/ExtendedMessageFormat.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/ExtendedMessageFormat.java?rev=1057365&r1=1057364&r2=1057365&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/ExtendedMessageFormat.java (original)
+++ commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/ExtendedMessageFormat.java Mon Jan 10 21:14:23 2011
@@ -47,7 +47,7 @@ import org.apache.commons.lang3.Validate
  * found is used for this format element.
  * </p>
  *
- * <p>NOTICE: The various subformat mutator methods are considered unnecessary; they exist on the parent
+ * <p><b>NOTICE:</b> The various subformat mutator methods are considered unnecessary; they exist on the parent
  * class to allow the type of customization which it is the job of this class to provide in
  * a configurable fashion.  These methods have thus been disabled and will throw
  * <code>UnsupportedOperationException</code> if called.
@@ -210,6 +210,8 @@ public class ExtendedMessageFormat exten
     /**
      * Throws UnsupportedOperationException - see class Javadoc for details.
      * 
+     * @param formatElementIndex format element index
+     * @param newFormat the new format
      * @throws UnsupportedOperationException
      */
     @Override
@@ -220,6 +222,8 @@ public class ExtendedMessageFormat exten
     /**
      * Throws UnsupportedOperationException - see class Javadoc for details.
      * 
+     * @param argumentIndex argument index
+     * @param newFormat the new format
      * @throws UnsupportedOperationException
      */
     @Override
@@ -230,6 +234,7 @@ public class ExtendedMessageFormat exten
     /**
      * Throws UnsupportedOperationException - see class Javadoc for details.
      * 
+     * @param newFormats new formats
      * @throws UnsupportedOperationException
      */
     @Override
@@ -240,6 +245,7 @@ public class ExtendedMessageFormat exten
     /**
      * Throws UnsupportedOperationException - see class Javadoc for details.
      * 
+     * @param newFormats new formats
      * @throws UnsupportedOperationException
      */
     @Override