Update of /cvsroot/freenet/freenet/src/freenet
In directory sc8-pr-cvs1:/tmp/cvs-serv11693

Modified Files:
        Message.java 
Log Message:
fix typo in comment.


Index: Message.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/Message.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Message.java        9 Oct 2003 00:23:39 -0000       1.8
+++ Message.java        12 Oct 2003 01:32:15 -0000      1.9
@@ -49,7 +49,7 @@
 
     /**
      * Creates a new message
-     * @param idnum  The messages Unique Id.
+     * @param idnum  The message's Unique Id.
      */
     protected Message(long id) {
         this(id, new FieldSet());

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to