You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by cu...@apache.org on 2005/05/03 23:07:58 UTC

svn commit: r167995 - /incubator/nutch/trunk/src/java/org/apache/nutch/ipc/RPC.java

Author: cutting
Date: Tue May  3 14:07:58 2005
New Revision: 167995

URL: http://svn.apache.org/viewcvs?rev=167995&view=rev
Log:
Update documentation.

Modified:
    incubator/nutch/trunk/src/java/org/apache/nutch/ipc/RPC.java

Modified: incubator/nutch/trunk/src/java/org/apache/nutch/ipc/RPC.java
URL: http://svn.apache.org/viewcvs/incubator/nutch/trunk/src/java/org/apache/nutch/ipc/RPC.java?rev=167995&r1=167994&r2=167995&view=diff
==============================================================================
--- incubator/nutch/trunk/src/java/org/apache/nutch/ipc/RPC.java (original)
+++ incubator/nutch/trunk/src/java/org/apache/nutch/ipc/RPC.java Tue May  3 14:07:58 2005
@@ -30,9 +30,8 @@
 import org.apache.nutch.io.*;
 import org.apache.nutch.util.*;
 
-/** A simple RPC mechanism.  A protocol is a Java interface.  All method
- * parameters and return values must implement Writable.  All methods should
- * throw only IOException.  No field data is transmitted. */
+/** A simple RPC mechanism.  A protocol is a Java interface.  All methods
+ * should throw only IOException.  No field data is transmitted. */
 public class RPC {
   public static final Logger LOG =
     LogFormatter.getLogger("org.apache.nutch.ipc.RPC");