Author: sebb
Date: Mon May 19 08:40:49 2008
New Revision: 657852

URL: http://svn.apache.org/viewvc?rev=657852&view=rev
Log:
Javadoc corrections

Modified:
    
commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/tftp/TFTPServer.java

Modified: 
commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/tftp/TFTPServer.java
URL: 
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/tftp/TFTPServer.java?rev=657852&r1=657851&r2=657852&view=diff
==============================================================================
--- 
commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/tftp/TFTPServer.java
 (original)
+++ 
commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/tftp/TFTPServer.java
 Mon May 19 08:40:49 2008
@@ -124,7 +124,8 @@
         * GET_ONLY mode only allows gets, PUT_ONLY mode only allows puts, and 
GET_AND_PUT allows both.
         * Modes are defined as int constants in this class.
         * 
-        * @param serverDirectory
+        * @param serverReadDirectory directory for GET requests
+        * @param serverWriteDirectory directory for PUT requests
         * @param mode A value as specified above.
         * @throws IOException if the server directory is invalid or does not 
exist.
         */
@@ -145,7 +146,8 @@
         * GET_ONLY mode only allows gets, PUT_ONLY mode only allows puts, and 
GET_AND_PUT allows both.
         * Modes are defined as int constants in this class.
         * 
-        * @param serverDirectory
+        * @param serverReadDirectory directory for GET requests
+        * @param serverWriteDirectory directory for PUT requests
         * @param mode A value as specified above.
         * @param log Stream to write log message to. If not provided, uses 
System.out
         * @param errorLog Stream to write error messages to. If not provided, 
uses System.err.


Reply via email to