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

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/api/PasswordValidatorTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/api/PasswordValidatorTestCase.java
index 37be55a..35028d2 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/api/PasswordValidatorTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/api/PasswordValidatorTestCase.java
@@ -22,7 +22,7 @@
  *
  *
  *      Copyright 2006-2008 Sun Microsystems, Inc.
- *      Portions Copyright 2011-2014 ForgeRock AS.
+ *      Portions Copyright 2011-2015 ForgeRock AS.
  */
 package org.opends.server.api;
 
@@ -63,7 +63,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @BeforeClass()
+  @BeforeClass
   public void startServer()
          throws Exception
   {
@@ -87,7 +87,7 @@
    * Gets simple test coverage for the default
    * PasswordValidator.finalizePasswordValidator method.
    */
-  @Test()
+  @Test
   public void testFinalizePasswordValidator()
   {
     TestPasswordValidator.getInstance().finalizePasswordValidator();
@@ -101,7 +101,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void testSuccessfulValidationPasswordModifyExtOp()
          throws Exception
   {
@@ -149,7 +149,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void testFailedValidationPasswordModifyExtOp()
          throws Exception
   {
@@ -202,7 +202,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void testCurrentPasswordNotAvailablePasswordModifyExtOp()
          throws Exception
   {
@@ -248,7 +248,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void testCurrentPasswordAvailablePasswordModifyExtOp()
          throws Exception
   {
@@ -299,7 +299,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void testStoredPasswordAvailablePasswordModifyExtOp()
          throws Exception
   {
@@ -351,7 +351,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void testStoredAndCurrentPasswordAvailablePasswordModifyExtOp()
          throws Exception
   {
@@ -403,7 +403,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void testSuccessfulValidationModify()
          throws Exception
   {
@@ -471,7 +471,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void testFailedValidationModify()
          throws Exception
   {
@@ -543,7 +543,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void testCurrentPasswordAvailableModify()
          throws Exception
   {
@@ -620,7 +620,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void testStoredPasswordAvailableModify()
          throws Exception
   {
@@ -694,7 +694,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
-  @Test()
+  @Test
   public void testStoredAndCurrentPasswordAvailableModify()
          throws Exception
   {

--
Gitblit v1.10.0