Fix javadoc warning.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@612656 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2a94f969ed
commit
ee3839f5f4
|
@ -27,7 +27,7 @@ import org.apache.commons.lang.Validate;
|
|||
|
||||
/**
|
||||
* Extends <code>MessageFormat</code> to allow pluggable/additional formatting
|
||||
* options for embedded format elements; requires a "meta-format", i.e. a
|
||||
* options for embedded format elements; requires a "meta-format", that is a
|
||||
* <code>Format</code> capable of parsing and formatting other
|
||||
* <code>Format</code>s.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue