From 7e381d56000f0ca0aef328c054913f30b35f9ada 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.

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

diff --git a/opendj-sdk/opends/src/server/org/opends/server/synchronization/plugin/SynchronizationDomain.java b/opendj-sdk/opends/src/server/org/opends/server/synchronization/plugin/SynchronizationDomain.java
index c597f18..860b456 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/synchronization/plugin/SynchronizationDomain.java
+++ b/opendj-sdk/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