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/protocols/ldap/LDAPBinaryOptionTestCase.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/LDAPBinaryOptionTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/LDAPBinaryOptionTestCase.java
index e36fede..5b71eac 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/LDAPBinaryOptionTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/LDAPBinaryOptionTestCase.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright  2008 Sun Microsystems, Inc.
- *      Portions Copyright 2012-2014 ForgeRock AS
+ *      Portions Copyright 2012-2015 ForgeRock AS
  */
 package org.opends.server.protocols.ldap;
 
@@ -93,7 +93,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @BeforeClass()
+  @BeforeClass
   public void startServer()
          throws Exception
   {
@@ -108,7 +108,7 @@
    * protocol.
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void binaryAttributeAddV3() throws Exception
   {
     //Add a binary attribute both with or without the binary option.
@@ -161,7 +161,7 @@
    * transfer option using a V3 protocol.
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void nonBinaryAttributeAddV3() throws Exception
   {
     String filePath = TestCaseUtils.createTempFile(
@@ -236,7 +236,7 @@
    * V2 protocol.
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void binaryOptionUsingV2() throws Exception
   {
     //Construct a V2 connection.
@@ -424,7 +424,7 @@
    * protocol.
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void binaryModifyV3() throws Exception
   {
     String filePath = TestCaseUtils.createTempFile(

--
Gitblit v1.10.0