From 108e2020c1d149962dfc43dcbc6bc24a05a8e5f7 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Tue, 19 Jun 2012 10:26:26 +0000 Subject: [PATCH] Fix OPENDJ-525: Remove compiler warnings when building using JDK7 --- opends/tests/unit-tests-testng/src/server/org/opends/server/api/PasswordValidatorTestCase.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/api/PasswordValidatorTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/api/PasswordValidatorTestCase.java index ee40a08..79126b2 100644 --- a/opends/tests/unit-tests-testng/src/server/org/opends/server/api/PasswordValidatorTestCase.java +++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/api/PasswordValidatorTestCase.java @@ -50,9 +50,7 @@ import org.opends.server.protocols.ldap.ModifyResponseProtocolOp; import org.opends.server.tools.LDAPPasswordModify; import org.opends.server.tools.LDAPWriter; -import org.opends.server.types.Attribute; import org.opends.server.types.ByteString; -import org.opends.server.types.DN; import org.opends.server.types.Entry; import org.opends.server.types.ModificationType; import org.opends.server.types.RawModification; -- Gitblit v1.10.0