From 99aaa917a95d7ec19e14dad25f61f58ff84753b1 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 10:49:57 +0000
Subject: [PATCH] Autorefactored javadocs

---
 opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/ChangeStatusMsg.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/ChangeStatusMsg.java b/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/ChangeStatusMsg.java
index 3e55c30..42982a1 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/ChangeStatusMsg.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/ChangeStatusMsg.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright 2008 Sun Microsystems, Inc.
- *      Portions copyright 2013-2014 ForgeRock AS.
+ *      Portions copyright 2013-2015 ForgeRock AS.
  */
 package org.opends.server.replication.protocol;
 
@@ -37,9 +37,9 @@
  */
 public class ChangeStatusMsg extends ReplicationMsg
 {
-  /** The status we want the DS to enter (used when from RS to DS) */
+  /** The status we want the DS to enter (used when from RS to DS). */
   private final ServerStatus requestedStatus;
-  /** The new status the DS just entered (used when from DS to RS) */
+  /** The new status the DS just entered (used when from DS to RS). */
   private ServerStatus newStatus;
 
   /**
@@ -124,4 +124,4 @@
       "\nnewStatus: " + newStatus +
       "\nrequestedStatus: " + requestedStatus;
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.10.0