From 8d21db36015f8560d9cd2bcee9817f2c0a07a386 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 14:11:47 +0000
Subject: [PATCH] Autorefactored javadocs

---
 opendj-server-legacy/src/test/java/org/opends/server/backends/jeb/TestBackendImpl.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/backends/jeb/TestBackendImpl.java b/opendj-server-legacy/src/test/java/org/opends/server/backends/jeb/TestBackendImpl.java
index c75cc05..472ae0d 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/backends/jeb/TestBackendImpl.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/backends/jeb/TestBackendImpl.java
@@ -565,8 +565,10 @@
     TestCaseUtils.disableBackend("importRoot");
   }
 
-  // Note: this test has been rewritten to avoid expectedException in the test annotation because
-  // it was skipping all tests that depends on this method
+  /**
+   * Note: this test has been rewritten to avoid expectedException in the test annotation because
+   * it was skipping all tests that depends on this method
+   */
   @Test
   public void testAddNoParent() throws Exception {
 

--
Gitblit v1.10.0