You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2019/07/14 17:09:02 UTC

[directory-fortress-core] branch master updated: remove extraneous import statement

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 537f0a5  remove extraneous import statement
537f0a5 is described below

commit 537f0a5443051106f18dab89bb8465623b144d78
Author: Shawn McKinney <sm...@apache.org>
AuthorDate: Sun Jul 14 11:08:54 2019 -0600

    remove extraneous import statement
---
 .../org/apache/directory/fortress/core/samples/LoadTestUserSample.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/directory/fortress/core/samples/LoadTestUserSample.java b/src/test/java/org/apache/directory/fortress/core/samples/LoadTestUserSample.java
index cfa3e29..c736a66 100644
--- a/src/test/java/org/apache/directory/fortress/core/samples/LoadTestUserSample.java
+++ b/src/test/java/org/apache/directory/fortress/core/samples/LoadTestUserSample.java
@@ -33,7 +33,6 @@ import junit.framework.TestSuite;
 import org.apache.directory.fortress.core.model.UserRole;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
-import sun.rmi.runtime.Log;
 
 /**
  * LoadTestUserSample JUnit Test.  These samples create many users and assign them to roles.