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

boli
02.48.2007 061e0172510debb6cd8920caa717c29a10e1b233
opends/src/server/org/opends/server/schema/MatchingRuleSyntax.java
@@ -45,7 +45,7 @@
import org.opends.server.types.ErrorLogSeverity;
import org.opends.server.types.ResultCode;
import static org.opends.server.loggers.debug.DebugLogger.debugCought;
import static org.opends.server.loggers.debug.DebugLogger.debugCaught;
import static org.opends.server.loggers.debug.DebugLogger.debugEnabled;
import org.opends.server.types.DebugLogLevel;
import static org.opends.server.loggers.Error.*;
@@ -416,7 +416,7 @@
      {
        if (debugEnabled())
        {
          debugCought(DebugLogLevel.ERROR, de);
          debugCaught(DebugLogLevel.ERROR, de);
        }
        invalidReason.append(de.getErrorMessage());
@@ -457,7 +457,7 @@
          {
            if (debugEnabled())
            {
              debugCought(DebugLogLevel.ERROR, de);
              debugCaught(DebugLogLevel.ERROR, de);
            }
            invalidReason.append(de.getErrorMessage());
@@ -480,7 +480,7 @@
          {
            if (debugEnabled())
            {
              debugCought(DebugLogLevel.ERROR, de);
              debugCaught(DebugLogLevel.ERROR, de);
            }
            invalidReason.append(de.getErrorMessage());
@@ -517,7 +517,7 @@
              {
                if (debugEnabled())
                {
                  debugCought(DebugLogLevel.ERROR, de);
                  debugCaught(DebugLogLevel.ERROR, de);
                }
                invalidReason.append(de.getErrorMessage());
@@ -550,7 +550,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, de);
            debugCaught(DebugLogLevel.ERROR, de);
          }
          invalidReason.append(de.getErrorMessage());
@@ -576,7 +576,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, de);
            debugCaught(DebugLogLevel.ERROR, de);
          }
          invalidReason.append(de.getErrorMessage());
@@ -614,7 +614,7 @@
        {
          if (debugEnabled())
          {
            debugCought(DebugLogLevel.ERROR, de);
            debugCaught(DebugLogLevel.ERROR, de);
          }
          invalidReason.append(de.getErrorMessage());