From 69c00b104378a2e0cfb8915d915095f1dacff7c6 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 22 Aug 2013 10:20:08 +0000
Subject: [PATCH] Fixed checkstyle.

---
 opends/src/server/org/opends/server/replication/server/ServerHandler.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/server/ServerHandler.java b/opends/src/server/org/opends/server/replication/server/ServerHandler.java
index 0fba18d..ca04d55 100644
--- a/opends/src/server/org/opends/server/replication/server/ServerHandler.java
+++ b/opends/src/server/org/opends/server/replication/server/ServerHandler.java
@@ -788,7 +788,8 @@
    * <p>
    * Here is the scenario:
    * <ol>
-   * <li>RS1 connect thread takes the domain lock and starts connection to RS2</li>
+   * <li>RS1 connect thread takes the domain lock and starts connection to RS2
+   * </li>
    * <li>at the same time RS2 connect thread takes his domain lock and start
    * connection to RS2</li>
    * <li>RS2 listen thread starts processing received ReplServerStartMsg from

--
Gitblit v1.10.0