This commit is contained in:
@@ -33,7 +33,7 @@ import org.springframework.ws.transport.TransportInputStream;
|
||||
*
|
||||
* @author Arjen Poutsma
|
||||
*/
|
||||
public class CommonsHttpTransportInputStream extends TransportInputStream {
|
||||
class CommonsHttpTransportInputStream extends TransportInputStream {
|
||||
|
||||
private final PostMethod postMethod;
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ import org.springframework.ws.transport.TransportOutputStream;
|
||||
*
|
||||
* @author Arjen Poutsma
|
||||
*/
|
||||
public class CommonsHttpTransportOutputStream extends TransportOutputStream {
|
||||
class CommonsHttpTransportOutputStream extends TransportOutputStream {
|
||||
|
||||
private final PostMethod postMethod;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user