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

matthew_swift
05.42.2009 35c5f651a0c5c658a4bc67614e815405fcc6a830
opendj-sdk/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");
}