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/authorization/dseecompat/SSFTestCase.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/SSFTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/SSFTestCase.java
index 3a12208..24e2dff 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/SSFTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/SSFTestCase.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2008-2009 Sun Microsystems, Inc.
- * Portions copyright 2011-2013 ForgeRock AS
+ * Portions Copyright 2011-2015 ForgeRock AS
*/
/**
@@ -204,7 +204,7 @@
*
* @throws Exception If a test doesn't pass.
*/
- @Test()
+ @Test
public void testIntegrity() throws Exception {
//set QOP to integrity.
TestCaseUtils.dsconfig(
@@ -244,7 +244,7 @@
* Test confidentiality settings using DIGEST-MD5.
* @throws Exception
*/
- @Test()
+ @Test
public void testConfidentiality() throws Exception {
//set QOP to integrity.
TestCaseUtils.dsconfig(
--
Gitblit v1.10.0