*** empty log message ***
This commit is contained in:
parent
41bdb5673b
commit
90bc31f3bc
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: XOutputStreamToOutputStreamAdapter.java,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: aidan $ $Date: 2002-04-03 09:52:29 $
|
||||
* last change: $Author: aidan $ $Date: 2002-08-07 13:26:54 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -87,7 +87,7 @@ public class XOutputStreamToOutputStreamAdapter extends OutputStream {
|
|||
* @param out The <code>XOutputStream</code> to be
|
||||
* accessed as an <code>OutputStream</code>.
|
||||
*/
|
||||
XOutputStreamToOutputStreamAdapter(XOutputStream out) {
|
||||
public XOutputStreamToOutputStreamAdapter(XOutputStream out) {
|
||||
xout = out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue