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

neil_a_wilson
01.18.2007 3e3246e42af6979556dec66ec10ad3d3e009217c
opendj-sdk/opends/src/server/org/opends/server/api/ExtendedOperationHandler.java
@@ -91,7 +91,6 @@
   */
  public void finalizeExtendedOperationHandler()
  {
    // No implementation is required by default.
  }
@@ -118,7 +117,6 @@
   */
  public Set<String> getSupportedControls()
  {
    return supportedControlOIDs;
  }
@@ -136,7 +134,6 @@
   */
  public final boolean supportsControl(String controlOID)
  {
    return getSupportedControls().contains(controlOID);
  }
@@ -151,7 +148,6 @@
   */
  public Set<String> getSupportedFeatures()
  {
    return supportedFeatureOIDs;
  }
@@ -169,7 +165,6 @@
   */
  public final boolean supportsFeature(String featureOID)
  {
    return getSupportedFeatures().contains(featureOID);
  }
}