[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/core Session.java,1.30,1.31
Status: Beta
Brought to you by:
huston
From: Huston F. <hu...@us...> - 2002-09-07 14:58:11
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core In directory usw-pr-cvs1:/tmp/cvs-serv32057 Modified Files: Session.java Log Message: javadoc fixes Index: Session.java =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core/Session.java,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -r1.30 -r1.31 *** Session.java 5 Sep 2002 23:03:51 -0000 1.30 --- Session.java 7 Sep 2002 14:58:09 -0000 1.31 *************** *** 3,7 **** * * Copyright (c) 2001 Invisible Worlds, Inc. All rights reserved. ! * Copyright (c) 2001 Huston Franklin. All rights reserved. * Copyright (c) 2002 Kevin Kress. All rights reserved. * --- 3,7 ---- * * Copyright (c) 2001 Invisible Worlds, Inc. All rights reserved. ! * Copyright (c) 2001,2002 Huston Franklin. All rights reserved. * Copyright (c) 2002 Kevin Kress. All rights reserved. * *************** *** 244,248 **** * of future events. * ! * @see removeChannelListener */ public void addChannelListener(ChannelListener l) --- 244,248 ---- * of future events. * ! * @see #removeChannelListener */ public void addChannelListener(ChannelListener l) *************** *** 257,261 **** * of future events. * ! * @see removeSessionListener */ public void addSessionListener(SessionListener l) --- 257,261 ---- * of future events. * ! * @see #removeSessionListener */ public void addSessionListener(SessionListener l) *************** *** 399,403 **** * being dispatched. * ! * @see addChannelListener */ public void removeChannelListener(ChannelListener l) --- 399,403 ---- * being dispatched. * ! * @see #addChannelListener */ public void removeChannelListener(ChannelListener l) *************** *** 414,418 **** * being dispatched. * ! * @see addSessionListener */ public void removeSessionListener(SessionListener l) --- 414,418 ---- * being dispatched. * ! * @see #addSessionListener */ public void removeSessionListener(SessionListener l) *************** *** 818,825 **** * two-thirds of the socket's receiveBufferSize. If a size is requested * beyond that, an exception is thrown. - * @channel indicates the Channel this flow-control message is for. - * @ackno is the number of bytes we've received on this Channel. - * @newSize is the number of bytes we're able to read at this point in - * time. * * --- 818,821 ---- |