From 5ae40296386ae7b3465f2bc23cf41ce227a40bbc Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 03 Feb 2014 14:21:42 +0000
Subject: [PATCH] Removed useless empty lines that would survive source code formatting.

---
 opendj3-server-dev/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java b/opendj3-server-dev/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java
index 1ec445c..93433cf 100644
--- a/opendj3-server-dev/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java
+++ b/opendj3-server-dev/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java
@@ -3842,7 +3842,6 @@
       {
         for (ReplicaDescriptor rep2 : replicas2)
         {
-
           switch (type)
           {
           case NOT_REPLICATED:
@@ -4134,7 +4133,6 @@
 
           if (!uData.configureReplicationServer1() && repPort1 > 0)
           {
-
             println(INFO_REPLICATION_SERVER_CONFIGURED_WARNING.get(
                 ConnectionUtils.getHostPort(ctx1), repPort1));
             println();
@@ -8815,7 +8813,6 @@
       }
       if (replicationServer != null)
       {
-
         String s = String.valueOf(replicationServer.getReplicationPort());
         printProgress(formatter.getFormattedWithPoints(
             INFO_REPLICATION_DISABLING_REPLICATION_SERVER.get(s,

--
Gitblit v1.10.0