git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@633659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2008-03-04 21:41:26 +00:00
parent 39a6c14bd6
commit efe31f5b60
1 changed files with 7 additions and 0 deletions

View File

@ -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