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

floblanc
31.45.2008 b2f8279bbf1dc13b84b10e80617fcf1850d9928c
opends/src/server/org/opends/server/core/networkgroups/NetworkGroup.java
@@ -681,7 +681,7 @@
    if (resourceLimits != null) {
      return resourceLimits.getSizeLimit();
    }
    return 0;
    return -1;
  }
  /**
@@ -693,7 +693,7 @@
    if (resourceLimits != null) {
      return resourceLimits.getTimeLimit();
    }
    return 0;
    return -1;
  }
  /**