OPENDJ-1855 Reformat and cleanup pluggable backend code: adjust visibility, findbugs, ucdetector, etc...
Fixed warnings reported by UCDetector
| | |
| | | |
| | | 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; |
| | |
| | | * @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) |