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

matthew_swift
22.33.2007 e6e55855e28f061ad6662ac45373e56e6770307d
opends/src/server/org/opends/server/admin/ClassPropertyDefinition.java
@@ -131,8 +131,7 @@
  // Regular expression for validating class names.
  private static final String CLASS_RE =
    "^([A-Za-z]+[A-Za-z0-9_]*)*(\\.[A-Za-z]+[A-Za-z0-9_]*)"
      + "*([\\$][A-Za-z0-9_]+)*$";
    "^([A-Za-z][A-Za-z0-9_]*\\.)*[A-Za-z][A-Za-z0-9_]*(\\$[A-Za-z0-9_]+)*$";
  // Flag indicating whether class property values should be
  // validated.