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

Jean-Noel Rouvignac
17.26.2015 88f16d892d54fd8c3e190cc1f6363638b11ae1a3
opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/DNS.java
@@ -46,10 +46,10 @@
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
    /** List of patterns to match against. */
    private List<String> patterns = null;
    private List<String> patterns;
    /** The enumeration representing the bind rule type of the DNS rule. */
    private EnumBindRuleType type=null;
    private EnumBindRuleType type;
    /** Regular expression group used to match a dns rule. */
    private static final String valueRegex = "([a-zA-Z0-9\\.\\-\\*]+)";