Please make the class ServerInputStream public.

Rationale: ServerInputStream shall be public so one can use it in
other packages, e.g. in modified versions of ws-xmlrpc.
  
Index: ServerInputStream.java
===================================================================
RCS file: 
/home/cvspublic/ws-xmlrpc/src/java/org/apache/xmlrpc/ServerInputStream.java,v
retrieving revision 1.3
diff -r1.3 ServerInputStream.java
67c67
< class ServerInputStream extends InputStream
---
> public class ServerInputStream extends InputStream

-- 
Christoph


Reply via email to