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:
Gary D. Gregory 2008-01-17 00:31:27 +00:00
parent 2a94f969ed
commit ee3839f5f4
1 changed files with 1 additions and 1 deletions

View File

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