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

Chris Ridd
15.29.2013 e76ea33068abdb8d027a44fdcf3067d49001beaa
Fix OPENDJ-763 NoSuchMethodException thrown while running verify-index
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/types/FilePermission.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/types/FilePermission.java
@@ -270,14 +270,14 @@
    {
      if (debugEnabled())
      {
        TRACER.debugCaught(DebugLogLevel.ERROR, e);
        TRACER.debugCaught(DebugLogLevel.INFO, e);
      }
    }
    catch (ClassNotFoundException e)
    {
      if (debugEnabled())
      {
        TRACER.debugCaught(DebugLogLevel.ERROR, e);
        TRACER.debugCaught(DebugLogLevel.INFO, e);
      }
    }
    finally