Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile
In directory usw-pr-cvs1:/tmp/cvs-serv2630
Modified Files:
Profile.java
Log Message:
javadoc fixes
Index: Profile.java
===================================================================
RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/Profile.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Profile.java 8 Nov 2001 05:51:34 -0000 1.3
--- Profile.java 7 Sep 2002 15:09:38 -0000 1.4
***************
*** 1,7 ****
-
/*
! * Profile.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 ----
/*
! * Profile.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
***************
*** 44,49 ****
* @param config
*
! * @returns The corresponding <code>StartChannelListener</code> for
! * the specified uri.
* @throws BEEPException
*/
--- 44,49 ----
* @param config
*
! * @return The corresponding <code>StartChannelListener</code> for
! * the specified uri.
* @throws BEEPException
*/
|