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/backends/pluggable/TestJebFormat.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/TestJebFormat.java b/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/TestJebFormat.java
index b3a75fa..b7b9f4d 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/TestJebFormat.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/TestJebFormat.java
@@ -355,7 +355,7 @@
* @throws Exception
* If the test failed unexpectedly.
*/
- @Test()
+ @Test
public void testEntryToAndFromDatabase() throws Exception {
ensureTheServerIsUpAndRunning();
@@ -426,7 +426,7 @@
* @throws Exception
* If the test failed unexpectedly.
*/
- @Test()
+ @Test
public void testEntryToAndFromDatabaseV1() throws Exception {
ensureTheServerIsUpAndRunning();
--
Gitblit v1.10.0