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/schema/TimeBasedMatchingRuleTest.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/schema/TimeBasedMatchingRuleTest.java b/opendj-server-legacy/src/test/java/org/opends/server/schema/TimeBasedMatchingRuleTest.java
index 164c7db..a8b151e 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/schema/TimeBasedMatchingRuleTest.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/schema/TimeBasedMatchingRuleTest.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2009-2010 Sun Microsystems, Inc.
- * Portions Copyright 2010-2014 ForgeRock AS.
+ * Portions Copyright 2010-2015 ForgeRock AS.
*/
package org.opends.server.schema;
@@ -76,7 +76,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @BeforeClass()
+ @BeforeClass
public void startServer()
throws Exception
{
@@ -117,7 +117,7 @@
/**
* Test to search using the less-than relative time matching rule for expired events.
*/
- @Test()
+ @Test
public void testRTLessThanExpiredEvents() throws Exception
{
try
@@ -142,7 +142,7 @@
/**
* Test to search using the less-than relative time matching rule for future events.
*/
- @Test()
+ @Test
public void testRTLessThanFutureEvents() throws Exception
{
try
@@ -167,7 +167,7 @@
/**
* Test to search using the greater-than relative time matching rule for expired events.
*/
- @Test()
+ @Test
public void testRTGreaterThanExpiredEvents() throws Exception
{
try
@@ -193,7 +193,7 @@
/**
* Test to search using the greater-than relative time matching rule for future events.
*/
- @Test()
+ @Test
public void testRTGreaterThanFutureEvents() throws Exception
{
try
@@ -221,7 +221,7 @@
* Dates for this test are hardcoded to avoid test failures depending
* on when the tests are launched.
*/
- @Test()
+ @Test
public void testPartialDateNTimeMatchingRuleUsingSearch() throws Exception
{
try
--
Gitblit v1.10.0