Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core
In directory usw-pr-cvs1:/tmp/cvs-serv32168
Modified Files:
ReplyListener.java
Log Message:
javadoc fixes
Index: ReplyListener.java
===================================================================
RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core/ReplyListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ReplyListener.java 8 Nov 2001 05:51:34 -0000 1.2
--- ReplyListener.java 7 Sep 2002 14:58:33 -0000 1.3
***************
*** 1,7 ****
-
/*
* ReplyListener.java $Revision$ $Date$
*
* Copyright (c) 2001 Invisible Worlds, Inc. All rights reserved.
*
* The contents of this file are subject to the Blocks Public License (the
--- 1,7 ----
/*
* ReplyListener.java $Revision$ $Date$
*
* Copyright (c) 2001 Invisible Worlds, Inc. All rights reserved.
+ * Copyright (c) 2002 Huston Franklin. All rights reserved.
*
* The contents of this file are subject to the Blocks Public License (the
***************
*** 26,30 ****
* corresponding to an MSG sent with <code>sendMSG</code>.
*
! * @see org.beepcore.beep.core.Channel#sendMSG(DataStream, ReplyListener)
*
* @author Eric Dixon
--- 26,30 ----
* corresponding to an MSG sent with <code>sendMSG</code>.
*
! * @see org.beepcore.beep.core.Channel#sendMSG(OutputDataStream, ReplyListener)
*
* @author Eric Dixon
|