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

Jean-Noel Rouvignac
11.29.2015 342c49e2f0ef92400abbb87461db9bc2b3e0a9b2
OPENDJ-1855 Reformat and cleanup pluggable backend code: adjust visibility, findbugs, ucdetector, etc...

Fixed warnings reported by UCDetector
1 files modified
4 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/backends/persistit/PersistItStorage.java 4 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/backends/persistit/PersistItStorage.java
@@ -550,7 +550,7 @@
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
  private final ServerContext serverContext;
  private File backendDirectory;
  private final File backendDirectory;
  private Persistit db;
  private Volume volume;
  private PersistitBackendCfg config;
@@ -967,7 +967,7 @@
   * @param context TODO
   * @return true if newly created backend has a valid configuration
   */
  public static boolean isConfigurationAcceptable(PersistitBackendCfg cfg, List<LocalizableMessage> unacceptableReasons,
  static boolean isConfigurationAcceptable(PersistitBackendCfg cfg, List<LocalizableMessage> unacceptableReasons,
      ServerContext context)
  {
    if (context != null)