You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/11 19:37:48 UTC

svn commit: r1134702 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/MutableDirectedGraph.java

Author: simonetripodi
Date: Sat Jun 11 17:37:47 2011
New Revision: 1134702

URL: http://svn.apache.org/viewvc?rev=1134702&view=rev
Log:
organized imports

Modified:
    commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/MutableDirectedGraph.java

Modified: commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/MutableDirectedGraph.java
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/MutableDirectedGraph.java?rev=1134702&r1=1134701&r2=1134702&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/MutableDirectedGraph.java (original)
+++ commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/MutableDirectedGraph.java Sat Jun 11 17:37:47 2011
@@ -19,7 +19,7 @@ package org.apache.commons.graph;
  * under the License.
  */
 
-import org.apache.commons.graph.exception.*;
+import org.apache.commons.graph.exception.GraphException;
 
 /**
  * Description of the Interface