From 1f9eb61800a2b004d80df6a4a8dbcabd1963cada Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 30 Mar 2015 12:15:38 +0000
Subject: [PATCH] BackendImpl.java: Removed useless empty lines
---
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java | 22 ----------------------
1 files changed, 0 insertions(+), 22 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java
index fa00f73..7683e61 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java
@@ -243,8 +243,6 @@
logger.info(NOTE_BACKEND_OFFLINE, cfg.getBackendId());
}
-
-
/** {@inheritDoc} */
@Override
public boolean isIndexed(AttributeType attributeType, IndexType indexType)
@@ -348,8 +346,6 @@
return -1;
}
-
-
/** {@inheritDoc} */
@Override
public ConditionResult hasSubordinates(DN entryDN) throws DirectoryException
@@ -362,8 +358,6 @@
return ConditionResult.valueOf(ret != 0);
}
-
-
/** {@inheritDoc} */
@Override
public long numSubordinates(DN entryDN, boolean subtree) throws DirectoryException
@@ -409,8 +403,6 @@
}
}
-
-
/** {@inheritDoc} */
@Override
public Entry getEntry(DN entryDN) throws DirectoryException
@@ -437,8 +429,6 @@
return entry;
}
-
-
/** {@inheritDoc} */
@Override
public void addEntry(Entry entry, AddOperation addOperation) throws DirectoryException, CanceledOperationException
@@ -462,8 +452,6 @@
}
}
-
-
/** {@inheritDoc} */
@Override
public void deleteEntry(DN entryDN, DeleteOperation deleteOperation)
@@ -488,8 +476,6 @@
}
}
-
-
/** {@inheritDoc} */
@Override
public void replaceEntry(Entry oldEntry, Entry newEntry, ModifyOperation modifyOperation)
@@ -515,8 +501,6 @@
}
}
-
-
/** {@inheritDoc} */
@Override
public void renameEntry(DN currentDN, Entry entry, ModifyDNOperation modifyDNOperation)
@@ -550,8 +534,6 @@
}
}
-
-
/** {@inheritDoc} */
@Override
public void search(SearchOperation searchOperation) throws DirectoryException, CanceledOperationException
@@ -864,8 +846,6 @@
return isConfigurationChangeAcceptable(config, unacceptableReasons);
}
-
-
/** {@inheritDoc} */
@Override
public boolean isConfigurationChangeAcceptable(PluggableBackendCfg cfg, List<LocalizableMessage> unacceptableReasons)
@@ -873,8 +853,6 @@
return true;
}
-
-
/** {@inheritDoc} */
@Override
public ConfigChangeResult applyConfigurationChange(final PluggableBackendCfg newCfg)
--
Gitblit v1.10.0