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

neil_a_wilson
01.18.2007 3e3246e42af6979556dec66ec10ad3d3e009217c
opendj-sdk/opends/src/server/org/opends/server/schema/PrintableString.java
@@ -53,7 +53,6 @@
   */
  public static boolean isPrintableCharacter(char c)
  {
    switch (c)
    {
      case 'a':
@@ -148,7 +147,6 @@
   */
  public static boolean isPrintableString(String s)
  {
    if (s == null)
    {
      return false;