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/AlertHandlerTestCase.java | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/api/AlertHandlerTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/api/AlertHandlerTestCase.java
index 1b0e81c..fe5e4b7 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/api/AlertHandlerTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/api/AlertHandlerTestCase.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2008 Sun Microsystems, Inc.
- * Portions Copyright 2014 ForgeRock AS
+ * Portions Copyright 2014-2015 ForgeRock AS
*/
package org.opends.server.api;
@@ -80,7 +80,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @BeforeClass()
+ @BeforeClass
public void startServer()
throws Exception
{
@@ -94,7 +94,7 @@
* Tests the ability of the alert handler to send an administrative alert
* with no special configuration.
*/
- @Test()
+ @Test
public void testAlertHandler()
{
int count = DummyAlertHandler.getAlertCount();
@@ -109,7 +109,7 @@
/**
* Tests alert handler functionality when a given alert is explicitly enabled.
*/
- @Test()
+ @Test
public void testEnabledAlert()
{
TestCaseUtils.dsconfig(
@@ -140,7 +140,7 @@
* Tests alert handler functionality when a given alert is not explicitly
* enabled but others are.
*/
- @Test()
+ @Test
public void testNotEnabledAlert()
{
TestCaseUtils.dsconfig(
@@ -171,7 +171,7 @@
* Tests alert handler functionality when a given alert is explicitly
* disabled.
*/
- @Test()
+ @Test
public void testDisabledAlert()
{
TestCaseUtils.dsconfig(
@@ -202,7 +202,7 @@
* Tests alert handler functionality when a given alert is not explicitly
* disabled but others are.
*/
- @Test()
+ @Test
public void testNotDisabledAlert()
{
TestCaseUtils.dsconfig(
@@ -233,7 +233,7 @@
* Tests alert handler functionality when a given alert is both enabled and
* disabled.
*/
- @Test()
+ @Test
public void testEnabledAndDisabledAlert()
{
TestCaseUtils.dsconfig(
--
Gitblit v1.10.0