Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core
In directory usw-pr-cvs1:/tmp/cvs-serv31927
Modified Files:
StringOutputDataStream.java
Log Message:
javadoc fixes
Index: StringOutputDataStream.java
===================================================================
RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/core/StringOutputDataStream.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** StringOutputDataStream.java 10 Nov 2001 21:33:29 -0000 1.1
--- StringOutputDataStream.java 7 Sep 2002 14:57:37 -0000 1.2
***************
*** 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
***************
*** 37,41 ****
* inconsistent or lost.
*
! * @see org.beepcore.beep.core.DataStream
*
* @author Eric Dixon
--- 37,41 ----
* inconsistent or lost.
*
! * @see org.beepcore.beep.core.OutputDataStream
*
* @author Eric Dixon
|