rsitze 02/05/28 16:34:10
Modified: java/src/org/apache/axis/transport/http HTTPSender.java
Log:
Break unnecessary link between inner class and outer class
Revision Changes Path
1.61 +1 -1 xml-axis/java/src/org/apache/axis/transport/http/HTTPSender.java
Index: HTTPSender.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/src/org/apache/axis/transport/http/HTTPSender.java,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- HTTPSender.java 28 May 2002 18:35:21 -0000 1.60
+++ HTTPSender.java 28 May 2002 23:34:10 -0000 1.61
@@ -92,7 +92,7 @@
/**
* Utility Class BooleanHolder
*/
- class BooleanHolder {
+ static class BooleanHolder {
public boolean value;
public BooleanHolder(boolean value) {
this.value = value;
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... dug
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... dug
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... nakamury
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... tomj
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... dims
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... dims
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rineholt
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rineholt
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... dims
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... dims
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... rsitze
- Re: cvs commit: xml-axis/java/src/org/apache/axis/tran... Steve Loughran
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... dims
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... glyn
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... stevel
- Re: cvs commit: xml-axis/java/src/org/apache/axis/tran... Steve Loughran
- cvs commit: xml-axis/java/src/org/apache/axis/transport/htt... gdaniels
