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 02:17:49 UTC

svn commit: r1134839 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/Labeled.java

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();