From 8ad03d13a55123c75a7c11fd1e4c14971e7296d9 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Mon, 31 May 2010 09:21:28 +0000
Subject: [PATCH] Remove useless local-only argument in dsreplication command

---
 opends/src/server/org/opends/server/tools/dsreplication/PreExternalInitializationUserData.java |   24 +-----------------------
 1 files changed, 1 insertions(+), 23 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/dsreplication/PreExternalInitializationUserData.java b/opends/src/server/org/opends/server/tools/dsreplication/PreExternalInitializationUserData.java
index 4944f6d..7dfa02d 100644
--- a/opends/src/server/org/opends/server/tools/dsreplication/PreExternalInitializationUserData.java
+++ b/opends/src/server/org/opends/server/tools/dsreplication/PreExternalInitializationUserData.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2008 Sun Microsystems, Inc.
+ *      Copyright 2008-2010 Sun Microsystems, Inc.
  */
 
 package org.opends.server.tools.dsreplication;
@@ -36,26 +36,4 @@
  */
 class PreExternalInitializationUserData extends MonoServerReplicationUserData
 {
-  private boolean localOnly;
-
-  /**
-   * Whether the operation must be applied only on the local server or not.
-   * @return <CODE>true</CODE> if the operation must be applied only on the
-   * local server and <CODE>false</CODE> otherwise.
-   */
-  public boolean isLocalOnly()
-  {
-    return localOnly;
-  }
-
-  /**
-   * Sets whether the operation must be applied only on the local server or not.
-   * @param onlyLocal whether the operation must be applied only on the local
-   * server or not.
-   */
-  public void setLocalOnly(boolean onlyLocal)
-  {
-    this.localOnly = onlyLocal;
-  }
-
 }

--
Gitblit v1.10.0