You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2015/03/22 23:04:50 UTC

[07/14] clerezza git commit: removed unused import

removed unused import

Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/0a84a39d
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/0a84a39d
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/0a84a39d

Branch: refs/heads/rdf-commons
Commit: 0a84a39db1d51eeb48095a920a168438ec65091e
Parents: 4777a9b
Author: Reto Gmuer <re...@apache.org>
Authored: Sun Mar 22 17:57:59 2015 +0000
Committer: Reto Gmuer <re...@apache.org>
Committed: Sun Mar 22 17:57:59 2015 +0000

----------------------------------------------------------------------
 .../src/main/java/org/apache/clerezza/rdf/utils/GraphNode.java     | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/0a84a39d/rdf/utils/src/main/java/org/apache/clerezza/rdf/utils/GraphNode.java
----------------------------------------------------------------------
diff --git a/rdf/utils/src/main/java/org/apache/clerezza/rdf/utils/GraphNode.java b/rdf/utils/src/main/java/org/apache/clerezza/rdf/utils/GraphNode.java
index 8a1365f..a95608d 100644
--- a/rdf/utils/src/main/java/org/apache/clerezza/rdf/utils/GraphNode.java
+++ b/rdf/utils/src/main/java/org/apache/clerezza/rdf/utils/GraphNode.java
@@ -18,8 +18,6 @@
  */
 package org.apache.clerezza.rdf.utils;
 
-import org.apache.commons.rdf.impl.*;
-import org.apache.commons.rdf.impl.utils.*;
 import org.apache.commons.rdf.impl.utils.simple.SimpleGraph;
 import org.apache.commons.rdf.impl.utils.TripleImpl;