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/plugins/AttributeCleanupPluginTestCase.java |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/plugins/AttributeCleanupPluginTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/plugins/AttributeCleanupPluginTestCase.java
index e5564dd..bc27aea 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/plugins/AttributeCleanupPluginTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/plugins/AttributeCleanupPluginTestCase.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright 2011 profiq s.r.o.
- *      Portions Copyright 2013-2014 ForgeRock AS
+ *      Portions Copyright 2013-2015 ForgeRock AS
  */
 package org.opends.server.plugins;
 
@@ -58,7 +58,7 @@
 public class AttributeCleanupPluginTestCase extends PluginTestCase
 {
 
-  @BeforeClass()
+  @BeforeClass
   public void startServer() throws Exception
   {
     TestCaseUtils.startServer();
@@ -215,7 +215,7 @@
    *
    * @throws Exception in case of bugs.
    */
-  @Test()
+  @Test
   public void testRenameAttributesForAddOperation() throws Exception
   {
     // Configure the plugin to rename incoming 'cn' attributes to 'description'.
@@ -306,7 +306,7 @@
    * Verifies the attribute removal in the incoming ADD request.
    * @throws Exception in case of bugs.
    */
-  @Test()
+  @Test
   public void testRemoveAttributesForAddOperation() throws Exception
   {
     /* Configure the plugin to remove 'modifyTimeStamp' and
@@ -405,7 +405,7 @@
    * SUCCESS.
    * @throws Exception in case of a bug.
    */
-  @Test()
+  @Test
   public void testRemoveAttributesForModifyOperationInvalid() throws Exception
   {
     /* Configure the plugin to remove 'modifyTimeStamp' and
@@ -479,7 +479,7 @@
    * Verify the attribute renaming for a MODIFY operation.
    * @throws Exception in case of a bug.
    */
-  @Test()
+  @Test
   public void testRemoveAttributesForModifyOperationValid() throws Exception
   {
     /* Configure the plugin to remove 'modifyTimeStamp' and
@@ -580,7 +580,7 @@
   /**
    * Verify the attribute renaming for the MODIFY operation.
    */
-  @Test()
+  @Test
   public void testRenameAttributesForModifyOperation() throws Exception
   {
     /* Configure the plugin to rename the 'modifyTimeStamp' attribute to

--
Gitblit v1.10.0