From ad7294beec963fe5cfcb78811c730e01b61086f9 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 23 Apr 2007 21:43:36 +0000
Subject: [PATCH] Remove a method from the SynchronizationDomain class that is no longer needed and is causing a Javadoc build warning.

---
 opends/src/server/org/opends/server/synchronization/plugin/SynchronizationDomain.java |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/opends/src/server/org/opends/server/synchronization/plugin/SynchronizationDomain.java b/opends/src/server/org/opends/server/synchronization/plugin/SynchronizationDomain.java
index c597f18..860b456 100644
--- a/opends/src/server/org/opends/server/synchronization/plugin/SynchronizationDomain.java
+++ b/opends/src/server/org/opends/server/synchronization/plugin/SynchronizationDomain.java
@@ -357,14 +357,6 @@
     configuration.addChangeListener(this);
   }
 
-  /**
-   * {@inheritDoc}
-   */
-  public List<ConfigAttribute> getConfigurationAttributes()
-  {
-    return configAttributes;
-  }
-
 
   /**
    * Returns the base DN of this SynchronizationDomain.

--
Gitblit v1.10.0