|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Jul 22 17:17:59 CEST 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/07 22:17:17 Modified: jop/java/pc/src/udp Tftp.java Log: changed comment Revision Changes Path 1.2 jop/java/pc/src/udp/Tftp.java http://www.opencores.org/cvsweb.shtml/jop/java/pc/src/udp/Tftp.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: Tftp.java =================================================================== RCS file: /cvsroot/martin/jop/java/pc/src/udp/Tftp.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- Tftp.java 10 Sep 2004 08:35:16 -0000 1.1 +++ Tftp.java 22 Jul 2006 15:17:59 -0000 1.2 @@ -3,7 +3,7 @@ import java.net.*; /** -* send UPD requests to jop and receive UPD packets for debug output. +* TFTP client for Flash programming and read of internal memory (stack). */ public class Tftp {
|