From 9defd2349274d077ad120d780a6fac5f6d594c7f Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Fri, 22 May 2015 15:58:46 +0000 Subject: [PATCH] OPENDJ-1631 CR-6864 Migrate server to SDK syntaxes --- opendj-server-legacy/src/test/java/org/opends/server/api/AuthenticationPolicyTestCase.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/opendj-server-legacy/src/test/java/org/opends/server/api/AuthenticationPolicyTestCase.java b/opendj-server-legacy/src/test/java/org/opends/server/api/AuthenticationPolicyTestCase.java index 889e058..dc93eca 100644 --- a/opendj-server-legacy/src/test/java/org/opends/server/api/AuthenticationPolicyTestCase.java +++ b/opendj-server-legacy/src/test/java/org/opends/server/api/AuthenticationPolicyTestCase.java @@ -26,8 +26,6 @@ */ package org.opends.server.api; - - import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertFalse; import static org.testng.Assert.assertNull; -- Gitblit v1.10.0