mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
25.40.2007 c888ad173543559089d2e0a93b6c1bfc8c1868dc
opendj-sdk/opends/src/server/org/opends/server/api/SynchronizationProvider.java
@@ -43,7 +43,6 @@
/**
 * This class defines the set of methods and structures that are
 * available for use in a Directory Server synchronization provider.
@@ -55,11 +54,8 @@
 * @param <T> the configuration for the synchronization provider.
 */
public abstract class
  SynchronizationProvider<T extends SynchronizationProviderCfg>
       SynchronizationProvider<T extends SynchronizationProviderCfg>
{
  /**
   * Performs any initialization that might be necessary for this
   * synchronization provider.