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/crypto/CryptoManagerTestCase.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opendj-server-legacy/src/test/java/org/opends/server/crypto/CryptoManagerTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/crypto/CryptoManagerTestCase.java
index a1f177a..ff5a185 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/crypto/CryptoManagerTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/crypto/CryptoManagerTestCase.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.crypto;
 
@@ -73,13 +73,13 @@
 @SuppressWarnings("javadoc")
 public class CryptoManagerTestCase extends CryptoTestCase {
 
-  @BeforeClass()
+  @BeforeClass
   public void setUp()
          throws Exception {
     TestCaseUtils.startServer();
   }
 
-  @AfterClass()
+  @AfterClass
   public void CleanUp() throws Exception {
     // Removes at least secret keys added in this test case.
     TestCaseUtils.restartServer();
@@ -302,7 +302,7 @@
 
    @throws Exception  In case an error occurs in the encryption routine.
    */
-  @Test()
+  @Test
   public void testKeyPersistence()
         throws Exception {
     final CryptoManager cm = DirectoryServer.getCryptoManager();
@@ -333,7 +333,7 @@
 
    @throws Exception In case something exceptional happens.
    */
-  @Test()
+  @Test
   public void testCompromisedKey() throws Exception {
     final CryptoManager cm = DirectoryServer.getCryptoManager();
     final String secretMessage = "zyxwvutsrqponmlkjihgfedcba";

--
Gitblit v1.10.0