Author: simonetripodi
Date: Sun Jun 12 00:17:49 2011
New Revision: 1134839
URL: http://svn.apache.org/viewvc?rev=1134839&view=rev
Log:
fixed labeled javadoc method
Modified:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/Labeled.java
Modified:
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/Labeled.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/Labeled.java?rev=1134839&r1=1134838&r2=1134839&view=diff
==============================================================================
---
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/Labeled.java
(original)
+++
commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/Labeled.java
Sun Jun 12 00:17:49 2011
@@ -26,7 +26,9 @@ public interface Labeled
{
/**
- * Gets the name attribute of the Named object
+ * Gets the label attribute of the {@code Labeled} object.
+ *
+ * @return the label attribute of the {@code Labeled} object.
*/
String getLabel();