Author: marcosperanza
Date: Thu Jul 12 08:39:35 2012
New Revision: 1360579
URL: http://svn.apache.org/viewvc?rev=1360579&view=rev
Log:
Fixed 'Avoid star import', no functionl modifications.
Modified:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/BaseGraph.java
Modified:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/BaseGraph.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/BaseGraph.java?rev=1360579&r1=1360578&r2=1360579&view=diff
==============================================================================
---
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/BaseGraph.java
(original)
+++
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/model/BaseGraph.java
Thu Jul 12 08:39:35 2012
@@ -19,10 +19,10 @@ package org.apache.commons.graph.model;
* under the License.
*/
-import static org.apache.commons.graph.utils.Objects.*;
import static java.lang.String.format;
import static java.util.Collections.unmodifiableCollection;
import static java.util.Collections.unmodifiableSet;
+import static org.apache.commons.graph.utils.Objects.eq;
import java.util.HashMap;
import java.util.HashSet;