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

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/extensions/DefaultEntryCacheTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/extensions/DefaultEntryCacheTestCase.java
index 8b44383..1bf2707 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/extensions/DefaultEntryCacheTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/extensions/DefaultEntryCacheTestCase.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright 2008 Sun Microsystems, Inc.
- *      Portions Copyright 2011-2014 ForgeRock AS
+ *      Portions Copyright 2011-2015 ForgeRock AS
  */
 package org.opends.server.extensions;
 
@@ -80,7 +80,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @BeforeClass()
+  @BeforeClass
   @SuppressWarnings("unchecked")
   public void entryCacheTestInit()
          throws Exception
@@ -207,7 +207,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @AfterClass()
+  @AfterClass
   public void entryCacheTestFini()
          throws Exception
   {
@@ -236,7 +236,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testContainsEntry()
          throws Exception
@@ -249,7 +249,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testGetEntry1()
          throws Exception
@@ -262,7 +262,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testGetEntry2()
          throws Exception
@@ -275,7 +275,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testGetEntry3()
          throws Exception
@@ -288,7 +288,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testGetEntryID()
          throws Exception
@@ -301,7 +301,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testPutEntry()
          throws Exception
@@ -314,7 +314,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testPutEntryIfAbsent()
          throws Exception
@@ -327,7 +327,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testRemoveEntry()
          throws Exception
@@ -340,7 +340,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testClear()
          throws Exception
@@ -353,7 +353,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testClearBackend()
          throws Exception
@@ -366,7 +366,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testClearSubtree()
          throws Exception
@@ -379,7 +379,7 @@
   /**
    * {@inheritDoc}
    */
-  @Test()
+  @Test
   @Override
   public void testHandleLowMemory()
          throws Exception
@@ -396,7 +396,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void testCacheLevels()
          throws Exception
   {

--
Gitblit v1.10.0