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/LDIFSearchTestCase.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFSearchTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFSearchTestCase.java
index 6a28df8..50946d5 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFSearchTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFSearchTestCase.java
@@ -22,6 +22,7 @@
  *
  *
  *      Copyright 2006-2008 Sun Microsystems, Inc.
+ *      Portions Copyright 2015 ForgeRock AS
  */
 
 package org.opends.server.tools;
@@ -104,7 +105,7 @@
    *
    * @throws Exception The objectclass attribute is not returned.
    */
- @Test()
+ @Test
   public void testLDIFSearchStarOps() throws Exception {
     String[] args =
     {
@@ -130,7 +131,7 @@
    *
    * @throws Exception  The objectclass attribute is returned.
    */
- @Test()
+ @Test
   public void testLDIFSearchOpsOnly() throws Exception {
     String[] args =
     {
@@ -157,7 +158,7 @@
    * @throws Exception  The objectclass attribute is returned or one of the
    * specified attributes is not returned.
    */
- @Test()
+ @Test
   public void testLDIFSearchOpsAttrs() throws Exception {
     String[] args =
     {
@@ -187,7 +188,7 @@
    * specified attributes is not returned.
    */
 
- @Test()
+ @Test
   public void testLDIFSearchAttrsOnly() throws Exception {
 
     String[] args =

--
Gitblit v1.10.0