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 2010/10/28 10:29:06 UTC

svn commit: r1028216 - /incubator/hama/trunk/src/java/org/apache/hama/bsp/BSPPeerInterface.java

Author: edwardyoon
Date: Thu Oct 28 08:29:06 2010
New Revision: 1028216

URL: http://svn.apache.org/viewvc?rev=1028216&view=rev
Log:
Trivial change, Remove javadocs warning in BSPPeerInterface.

Modified:
    incubator/hama/trunk/src/java/org/apache/hama/bsp/BSPPeerInterface.java

Modified: incubator/hama/trunk/src/java/org/apache/hama/bsp/BSPPeerInterface.java
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/java/org/apache/hama/bsp/BSPPeerInterface.java?rev=1028216&r1=1028215&r2=1028216&view=diff
==============================================================================
--- incubator/hama/trunk/src/java/org/apache/hama/bsp/BSPPeerInterface.java (original)
+++ incubator/hama/trunk/src/java/org/apache/hama/bsp/BSPPeerInterface.java Thu Oct 28 08:29:06 2010
@@ -31,7 +31,7 @@ public interface BSPPeerInterface extend
    * Messages sent by this method are not guaranteed to be received in a sent
    * order.
    * 
-   * @param hostname
+   * @param peerName
    * @param msg
    * @throws IOException
    */