[Jpeergen-cvs] dev/src/java/org/progeeks/jni PeerBindingCodelet.java,1.1,1.2
Status: Beta
Brought to you by:
pspeed
|
From: <ps...@us...> - 2004-08-15 05:15:49
|
Update of /cvsroot/jpeergen/dev/src/java/org/progeeks/jni In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17051/src/java/org/progeeks/jni Modified Files: PeerBindingCodelet.java Log Message: Fixed a typo in a generated comment. Index: PeerBindingCodelet.java =================================================================== RCS file: /cvsroot/jpeergen/dev/src/java/org/progeeks/jni/PeerBindingCodelet.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PeerBindingCodelet.java 12 Aug 2004 21:11:03 -0000 1.1 --- PeerBindingCodelet.java 15 Aug 2004 05:15:40 -0000 1.2 *************** *** 68,72 **** beginComment(); printLine( "**** DO NOT EDIT THIS FILE - it is machine generated ***" ); ! printLine( "This file is include in the actual peer interface file" ); printLine( "and contains the bindings for the JNI stub to call." ); endComment(); --- 68,72 ---- beginComment(); printLine( "**** DO NOT EDIT THIS FILE - it is machine generated ***" ); ! printLine( "This file is included in the actual peer interface file" ); printLine( "and contains the bindings for the JNI stub to call." ); endComment(); |