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

matthew_swift
05.42.2009 22094368c2865dcfb6daf8366425212b721a4657
opends/src/server/org/opends/server/util/ServerConstants.java
@@ -26,7 +26,7 @@
 */
package org.opends.server.util;
import org.opends.server.types.ByteString;
/**
 * This class defines a set of constants that may be referenced throughout the
@@ -2969,5 +2969,20 @@
    "",
    "CDDL HEADER END"
  };
  /**
   * The value representing just one space character.
   */
  public static final ByteString SINGLE_SPACE_VALUE = ByteString.valueOf(" ");
  /**
   * The normalized true value.
   */
  public static final ByteString TRUE_VALUE = ByteString.valueOf("TRUE");
  /**
   * The normalized false value.
   */
  public static final ByteString FALSE_VALUE = ByteString.valueOf("FALSE");
}