You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2015/05/28 07:52:27 UTC

[2/2] directory-fortress-core git commit: Removed a useless import

Removed a useless import


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/6840c7ba
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/6840c7ba
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/6840c7ba

Branch: refs/heads/master
Commit: 6840c7ba0b3161ca5a0c5878dbcc23cbf0ebe699
Parents: 2e23fdd
Author: Emmanuel Lécharny <el...@symas.com>
Authored: Thu May 28 07:52:09 2015 +0200
Committer: Emmanuel Lécharny <el...@symas.com>
Committed: Thu May 28 07:52:09 2015 +0200

----------------------------------------------------------------------
 .../java/org/apache/directory/fortress/core/rbac/Relationship.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/6840c7ba/src/main/java/org/apache/directory/fortress/core/rbac/Relationship.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/core/rbac/Relationship.java b/src/main/java/org/apache/directory/fortress/core/rbac/Relationship.java
index 4fbc819..e5b61eb 100755
--- a/src/main/java/org/apache/directory/fortress/core/rbac/Relationship.java
+++ b/src/main/java/org/apache/directory/fortress/core/rbac/Relationship.java
@@ -20,7 +20,6 @@
 package org.apache.directory.fortress.core.rbac;
 
 import java.io.Serializable;
-import java.lang.String;
 
 /**
  * Contains a parent child data entity that is used for hierarchical processing.  This entity is used to construct edges in graphs.