From 763a75aeed1a7731ddb95b99496aa7c1bf206ed0 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 27 Feb 2015 00:31:10 +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/Suffix.java | 21 ---------------------
1 files changed, 0 insertions(+), 21 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/Suffix.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/Suffix.java
index 895cd0c..a7d2cc6 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/Suffix.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/Suffix.java
@@ -303,27 +303,6 @@
}
/**
- * Get the parent DN of the last entry added to a suffix.
- *
- * @return The parent DN of the last entry added.
- */
- public DN getParentDN()
- {
- return parentDN;
- }
-
-
- /**
- * Set the parent DN of the last entry added to a suffix.
- *
- * @param parentDN The parent DN to save.
- */
- public void setParentDN(DN parentDN)
- {
- this.parentDN = parentDN;
- }
-
- /**
* Return a src entry container.
*
* @return The src entry container.
--
Gitblit v1.10.0