You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2008/08/18 10:57:40 UTC

svn commit: r686702 - /incubator/hama/trunk/src/java/org/apache/hama/MatrixInterface.java

Author: edwardyoon
Date: Mon Aug 18 01:57:40 2008
New Revision: 686702

URL: http://svn.apache.org/viewvc?rev=686702&view=rev
Log:
Trivial change about @return tag.

Modified:
    incubator/hama/trunk/src/java/org/apache/hama/MatrixInterface.java

Modified: incubator/hama/trunk/src/java/org/apache/hama/MatrixInterface.java
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/java/org/apache/hama/MatrixInterface.java?rev=686702&r1=686701&r2=686702&view=diff
==============================================================================
--- incubator/hama/trunk/src/java/org/apache/hama/MatrixInterface.java (original)
+++ incubator/hama/trunk/src/java/org/apache/hama/MatrixInterface.java Mon Aug 18 01:57:40 2008
@@ -102,7 +102,7 @@
    * A = B + A
    * 
    * @param B
-   * @return
+   * @return A
    */
   public Matrix add(Matrix B);