[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/transport/tcp TCPSession.java,1.24,
Status: Beta
Brought to you by:
huston
From: Huston F. <hu...@us...> - 2002-09-07 15:11:26
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/transport/tcp In directory usw-pr-cvs1:/tmp/cvs-serv3083 Modified Files: TCPSession.java Log Message: javadoc fixes Index: TCPSession.java =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/transport/tcp/TCPSession.java,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** TCPSession.java 7 May 2002 04:59:23 -0000 1.24 --- TCPSession.java 7 Sep 2002 15:11:22 -0000 1.25 *************** *** 3,7 **** * * Copyright (c) 2001 Invisible Worlds, Inc. All rights reserved. ! * Copyright (c) 2001 Huston Franklin. All rights reserved. * * The contents of this file are subject to the Blocks Public License (the --- 3,7 ---- * * Copyright (c) 2001 Invisible Worlds, Inc. All rights reserved. ! * Copyright (c) 2001,2002 Huston Franklin. All rights reserved. * * The contents of this file are subject to the Blocks Public License (the *************** *** 252,256 **** * * @param f the Frame to send. ! * @returns boolean true of the frame was sent, false otherwise. * * @throws BEEPException --- 252,256 ---- * * @param f the Frame to send. ! * @return boolean true of the frame was sent, false otherwise. * * @throws BEEPException |