[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/lib ChannelPool.java,1.5,1.6
Status: Beta
Brought to you by:
huston
From: Huston F. <hu...@us...> - 2002-09-07 15:06:11
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/lib In directory usw-pr-cvs1:/tmp/cvs-serv1836 Modified Files: ChannelPool.java Log Message: javadoc fixes Index: ChannelPool.java =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/lib/ChannelPool.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** ChannelPool.java 8 Nov 2001 05:51:34 -0000 1.5 --- ChannelPool.java 7 Sep 2002 15:06:07 -0000 1.6 *************** *** 1,7 **** - /* ! * ChannelPool.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 ---- /* ! * ChannelPool.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 *************** *** 150,159 **** * @return A <code>SharedChannel</code>. * ! * @see DataListener * @see SharedChannel * * @throws BEEPException */ ! synchronized public SharedChannel getSharedChannel(String profile, MessageListener listener) throws BEEPException { --- 150,160 ---- * @return A <code>SharedChannel</code>. * ! * @see MessageListener * @see SharedChannel * * @throws BEEPException */ ! synchronized public SharedChannel ! getSharedChannel(String profile, MessageListener listener) throws BEEPException { |