Author: simonetripodi
Date: Sat Jun 11 16:56:41 2011
New Revision: 1134690
URL: http://svn.apache.org/viewvc?rev=1134690&view=rev
Log:
added links on javadoc description
Modified:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/MutableGraph.java
Modified:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/MutableGraph.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/MutableGraph.java?rev=1134690&r1=1134689&r2=1134690&view=diff
==============================================================================
---
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/MutableGraph.java
(original)
+++
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/MutableGraph.java
Sat Jun 11 16:56:41 2011
@@ -22,7 +22,7 @@ package org.apache.commons.graph;
import org.apache.commons.graph.exception.*;
/**
- * The {@code MutableGraph} is a graph that supports the addition and removal
of edges.
+ * The {@code MutableGraph} is a graph that supports the addition and removal
of {@link Vertex} and {@link Edge}s.
*/
public interface MutableGraph
extends Graph