Author: mbenson
Date: Tue Mar 4 13:41:26 2008
New Revision: 633659
URL: http://svn.apache.org/viewvc?rev=633659&view=rev
Log:
javadoc
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/ExtendedMessageFormat.java
Modified:
commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/ExtendedMessageFormat.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/ExtendedMessageFormat.java?rev=633659&r1=633658&r2=633659&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/ExtendedMessageFormat.java
(original)
+++
commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/ExtendedMessageFormat.java
Tue Mar 4 13:41:26 2008
@@ -53,6 +53,13 @@
* <code>UnsupportedOperationException</code> if called.
* </p>
*
+ * <p>Limitations inherited from <code>java.text.MessageFormat</code>:
+ * <ul>
+ * <li>When using "choice" subformats, support for nested formatting
instructions is limited to that provided by the base class.</li>
+ * <li>Thread-safety of <code>Format</code>s, including
<code>MessageFormat</code> and thus <code>ExtendedMessageFormat</code>, is not
guaranteed.</li>
+ * </ul>
+ * </p>
+ *
* @author Matt Benson
* @author Niall Pemberton
* @since 2.4