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/ldap/TestBindRequestProtocolOp.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/TestBindRequestProtocolOp.java b/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/TestBindRequestProtocolOp.java
index fe5c625..b1897bc 100644
--- a/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/TestBindRequestProtocolOp.java
+++ b/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/TestBindRequestProtocolOp.java
@@ -22,7 +22,7 @@
*
*
* Copyright 2006-2008 Sun Microsystems, Inc.
- * Portions Copyright 2014 ForgeRock AS
+ * Portions Copyright 2014-2015 ForgeRock AS
*/
package org.opends.server.protocols.ldap;
@@ -45,7 +45,7 @@
private static String newDn="cn=new dn, dc=example,dc=com";
private static String creds="some creds";
- @Test()
+ @Test
public void testBindRequestEncodeDecode() throws Exception {
ByteStringBuilder simpleBuilder = new ByteStringBuilder();
ASN1Writer simpleWriter = ASN1.getWriter(simpleBuilder);
@@ -97,7 +97,7 @@
assertTrue(saslOpCreds.equals(saslCreds));
}
- @Test ()
+ @Test
public void testBindRequestToString() throws Exception
{
ByteString bindDn=ByteString.valueOf(dn);
--
Gitblit v1.10.0