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/extensions/FIFOEntryCacheTestCase.java |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/extensions/FIFOEntryCacheTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/extensions/FIFOEntryCacheTestCase.java
index 16b7929..8c6c7cf 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/extensions/FIFOEntryCacheTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/extensions/FIFOEntryCacheTestCase.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.extensions;
 
@@ -59,7 +59,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @BeforeClass()
+  @BeforeClass
   public void entryCacheTestInit()
          throws Exception
   {
@@ -129,7 +129,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @AfterClass()
+  @AfterClass
   public void entryCacheTestFini()
          throws Exception
   {
@@ -141,7 +141,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testContainsEntry()
          throws Exception
@@ -154,7 +154,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testGetEntry1()
          throws Exception
@@ -167,7 +167,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testGetEntry2()
          throws Exception
@@ -180,7 +180,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testGetEntry3()
          throws Exception
@@ -193,7 +193,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testGetEntryID()
          throws Exception
@@ -206,7 +206,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testPutEntry()
          throws Exception
@@ -219,7 +219,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testPutEntryIfAbsent()
          throws Exception
@@ -232,7 +232,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testRemoveEntry()
          throws Exception
@@ -245,7 +245,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testClear()
          throws Exception
@@ -258,7 +258,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testClearBackend()
          throws Exception
@@ -271,7 +271,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testClearSubtree()
          throws Exception
@@ -284,7 +284,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testHandleLowMemory()
          throws Exception
@@ -357,7 +357,7 @@
   /**
    * Tests cache rotation on specific number of entries.
    */
-  @Test()
+  @Test
   public void testCacheRotation()
          throws Exception
   {

--
Gitblit v1.10.0