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/protocols/asn1/GSERParserTestCase.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/protocols/asn1/GSERParserTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/protocols/asn1/GSERParserTestCase.java
index 7c24dc5..515039a 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/protocols/asn1/GSERParserTestCase.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/protocols/asn1/GSERParserTestCase.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2013-2014 Manuel Gaupp
- * Portions copyright 2014 ForgeRock AS
+ * Portions Copyright 2014-2015 ForgeRock AS
*/
package org.opends.server.protocols.asn1;
@@ -54,7 +54,7 @@
/**
* Test the <CODE>hasNext</CODE> method.
*/
- @Test()
+ @Test
public void testHasNext() throws Exception
{
GSERParser parser = new GSERParser("0");
@@ -68,7 +68,7 @@
/**
* Test the <CODE>skipSP</CODE> method.
*/
- @Test()
+ @Test
public void testSkipSP() throws Exception
{
String[] values = {" 42"," 42","42"};
@@ -85,7 +85,7 @@
/**
* Test the <CODE>skipMSP</CODE> method.
*/
- @Test()
+ @Test
public void testSkipMSP() throws Exception
{
String[] values = {" 42"," 42"," 42"};
--
Gitblit v1.10.0