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

matthew_swift
07.36.2007 12b0ce03d0029bb96bb23cc288ea351a8a1bec75
opends/src/messages/src/org/opends/messages/Category.java
@@ -36,6 +36,11 @@
 * server components.  Categories contain an in value that can be
 * used as a mask for bitwise operations.
 */
@org.opends.server.types.PublicAPI(
    stability=org.opends.server.types.StabilityLevel.UNCOMMITTED,
    mayInstantiate=false,
    mayExtend=false,
    mayInvoke=true)
public enum Category {
  /**
@@ -186,7 +191,7 @@
    return MASK_VALUE_MAP.get(mask);
  }
  private int mask;
  private final int mask;
  /**
   * Gets the mask value associated with this category.