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/12 00:36:56 UTC

svn commit: r1134805 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/contract/Contract.java

Author: simonetripodi
Date: Sat Jun 11 22:36:56 2011
New Revision: 1134805

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

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

Modified: commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/contract/Contract.java
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/contract/Contract.java?rev=1134805&r1=1134804&r2=1134805&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/contract/Contract.java (original)
+++ commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/contract/Contract.java Sat Jun 11 22:36:56 2011
@@ -19,8 +19,10 @@ package org.apache.commons.graph.contrac
  * under the License.
  */
 
-import org.apache.commons.graph.*;
-import org.apache.commons.graph.exception.*;
+import org.apache.commons.graph.DirectedGraph;
+import org.apache.commons.graph.Edge;
+import org.apache.commons.graph.GraphException;
+import org.apache.commons.graph.Vertex;
 
 /**
  * Description of the Interface