I updated the code for the RequestOutputStream.java

A patch file is attached.

 I created the patch files using this command:

              cvs diff -u Foo.java > Foo.patch

Changes:

   The simple 1 arg  constructor now calls the 2 arg constructor.
   In the 2 arg constructor, throw NullPointerException if the stream parameter
is null.
   Changed some private variables to "private static final".

I executed the tests and everything passed.

-Sean

Attachment: RequestOutputStream.patch
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to