mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
22.25.2008 ec0ce590aeb82b116b6d6ca9ae0000460536a706
opends/src/server/org/opends/server/schema/NumericStringSyntax.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 *      Portions Copyright 2006-2008 Sun Microsystems, Inc.
 */
package org.opends.server.schema;
@@ -47,7 +47,7 @@
import static org.opends.server.util.StaticUtils.*;
/**                                               O
/**
 * This class implements the numeric string attribute syntax, which may be hold
 * one or more numeric digits and/or spaces.  Equality, ordering, and substring
 * matching will be allowed by default.