From ea1068c292e9b341af6d6b563cd8988a96be20a9 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 13 Feb 2015 16:08:40 +0000
Subject: [PATCH] AutoRefactor: annotations cleanup

---
 opendj-server-legacy/src/test/java/org/opends/server/tools/RebuildIndexTestCase.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/tools/RebuildIndexTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/tools/RebuildIndexTestCase.java
index 2ec58ad..345beea 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/tools/RebuildIndexTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/tools/RebuildIndexTestCase.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright 2006-2008 Sun Microsystems, Inc.
- *      Portions Copyright 2013-2014 ForgeRock AS
+ *      Portions Copyright 2013-2015 ForgeRock AS
  */
 package org.opends.server.tools;
 
@@ -65,7 +65,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @BeforeClass()
+  @BeforeClass
   public void setup()
          throws Exception
   {
@@ -92,7 +92,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @AfterClass()
+  @AfterClass
   public void cleanup()
          throws Exception
   {
@@ -112,7 +112,7 @@
   /**
    * Tries to rebuild an index but the index doesn't exist in the base DN.
    */
-  @Test()
+  @Test
   public void testRebuildIndexOnNonExistentShouldFail()
   {
     final String[] args = {
@@ -126,7 +126,7 @@
   /**
    * Tries to rebuild a valid index.
    */
-  @Test()
+  @Test
   public void testRebuildIndexShouldSuccess()
   {
     final String[] args = {

--
Gitblit v1.10.0