From 23cb1d1297a0807fe827a38a17c54bfe1fd05e2d Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 11 May 2015 14:21:36 +0000
Subject: [PATCH] OPENDJ-1855 Reformat and cleanup pluggable backend code: adjust visibility, findbugs, ucdetector, etc...
---
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/RootContainer.java | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/RootContainer.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/RootContainer.java
index dae6e62..cce1941 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/RootContainer.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/RootContainer.java
@@ -606,16 +606,6 @@
}
/**
- * Get the backend configuration used by this root container.
- *
- * @return The backend configuration used by this root container.
- */
- PluggableBackendCfg getConfiguration()
- {
- return config;
- }
-
- /**
* Get the total number of entries in this root container.
*
* @return The number of entries in this root container
@@ -698,7 +688,7 @@
* @param operation the current operation
* @throws DirectoryException if resources are in short supply
*/
- public void checkForEnoughResources(Operation operation) throws DirectoryException
+ void checkForEnoughResources(Operation operation) throws DirectoryException
{
StorageStatus status = storage.getStorageStatus();
if (status.isUnusable()
--
Gitblit v1.10.0