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:
Henri Yandell 2007-11-03 02:59:51 +00:00
parent d7fc9bc2e8
commit 08e3868ddd
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
* @since 2.4
* @version $Id$
*/
/* package-private */ class DefaultMetaFormatFactory {
class DefaultMetaFormatFactory {
/** Number key */
public static final String NUMBER_KEY = "number";