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/GenericSchemaTestCase.java | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/schema/GenericSchemaTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/schema/GenericSchemaTestCase.java
index d65575f..dac80ce 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/schema/GenericSchemaTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/schema/GenericSchemaTestCase.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.schema;
@@ -69,7 +69,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @BeforeClass()
+ @BeforeClass
public void setUp()
throws Exception
{
@@ -82,7 +82,7 @@
* Tests to ensure that all attribute syntaxes defined in the schema have
* valid OIDs.
*/
- @Test()
+ @Test
public void testEnsureValidSyntaxOIDs()
{
TreeSet<String> invalidOIDs = new TreeSet<String>();
@@ -120,7 +120,7 @@
* Tests to ensure that all matching rules defined in the schema have valid
* OIDs.
*/
- @Test()
+ @Test
public void testEnsureValidMatchingRuleOIDs()
{
TreeSet<String> invalidOIDs = new TreeSet<String>();
@@ -160,7 +160,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testEnsureValidAttributeTypeOIDs()
throws Exception
{
@@ -237,7 +237,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testEnsureValidObjectClassOIDs()
throws Exception
{
@@ -313,7 +313,7 @@
*
* @throws Exception If an unexpected problem occurs.
*/
- @Test()
+ @Test
public void testEnsureValidNameFormOIDs()
throws Exception
{
--
Gitblit v1.10.0