You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2017/02/15 18:56:16 UTC

svn commit: r1783138 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTP.java

Author: sebb
Date: Wed Feb 15 18:56:16 2017
New Revision: 1783138

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

Modified:
    commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTP.java

Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTP.java
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTP.java?rev=1783138&r1=1783137&r2=1783138&view=diff
==============================================================================
--- commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTP.java (original)
+++ commons/proper/net/trunk/src/main/java/org/apache/commons/net/tftp/TFTP.java Wed Feb 15 18:56:16 2017
@@ -308,8 +308,8 @@ public class TFTP extends DatagramSocket
      * <p>
      * Override it to trace the data, for example:<br>
      * {@code System.out.println(direction + " " + packet.toString());}
-     * @param direction ">" or "<"
-     * @param packet the packet to be sent or that has been received
+     * @param direction {@code >} or  {@code <}
+     * @param packet the packet to be sent or that has been received respectively
      * @since 3.6
      */
     protected void trace(String direction, TFTPPacket packet) {