Deleting the package-private comment as it freaks out xref
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@591547 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d7fc9bc2e8
commit
08e3868ddd
|
@ -36,7 +36,7 @@ import org.apache.commons.lang.Validate;
|
|||
* @since 2.4
|
||||
* @version $Id$
|
||||
*/
|
||||
/* package-private */ class DefaultMetaFormatFactory {
|
||||
class DefaultMetaFormatFactory {
|
||||
|
||||
/** Number key */
|
||||
public static final String NUMBER_KEY = "number";
|
||||
|
|
Loading…
Reference in New Issue