From 2a10590dbf762f008cf32db42bbb36b0579cb633 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Mon, 04 Jun 2007 08:05:35 +0000
Subject: [PATCH] This is another commit related to issue https://opends.dev.java.net/issues/show_bug.cgi?id=1334

---
 opends/src/ads/org/opends/admin/ads/DsServiceCliSubCommandGroup.java |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/opends/src/ads/org/opends/admin/ads/DsServiceCliSubCommandGroup.java b/opends/src/ads/org/opends/admin/ads/DsServiceCliSubCommandGroup.java
index 0fbfcb0..2ddbf4e 100644
--- a/opends/src/ads/org/opends/admin/ads/DsServiceCliSubCommandGroup.java
+++ b/opends/src/ads/org/opends/admin/ads/DsServiceCliSubCommandGroup.java
@@ -28,6 +28,7 @@
 
 import java.io.OutputStream;
 
+import org.opends.admin.ads.DsServiceCliReturnCode.ReturnCode;
 import org.opends.server.util.args.ArgumentException;
 import org.opends.server.util.args.BooleanArgument;
 import org.opends.server.util.args.SubCommand;
@@ -50,7 +51,7 @@
    *           If there is a problem with any of the parameters used
    *           to create this argument.
    */
-  public abstract void initializeCliGroup(SubCommandArgumentParser argParser,
+  public void initializeCliGroup(SubCommandArgumentParser argParser,
       BooleanArgument verboseArg) throws ArgumentException;
 
   /**
@@ -60,7 +61,7 @@
    *          The actual subcommand with input parameter.
    * @return True if the provided suncommand is part of this group.
    */
-  public abstract boolean isSubCommand(SubCommand subCmd);
+  public boolean isSubCommand(SubCommand subCmd);
 
   /**
    * Handle the subcommand.
@@ -78,7 +79,7 @@
    *           If there is a problem with when trying to perform the
    *           operation.
    */
-  public abstract int performSubCommand(ADSContext adsContext,
+  public ReturnCode performSubCommand(ADSContext adsContext,
       SubCommand subCmd, OutputStream outStream, OutputStream errStream)
       throws ADSContextException;
 

--
Gitblit v1.10.0