gdaniels 2003/02/22 08:22:27
Modified: java/test/wsdl/roundtrip BondInvestment.java
Log:
Fix typo
Revision Changes Path
1.9 +1 -1 xml-axis/java/test/wsdl/roundtrip/BondInvestment.java
Index: BondInvestment.java
===================================================================
RCS file: /home/cvs/xml-axis/java/test/wsdl/roundtrip/BondInvestment.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- BondInvestment.java 11 Dec 2002 22:40:22 -0000 1.8
+++ BondInvestment.java 22 Feb 2003 16:22:27 -0000 1.9
@@ -201,7 +201,7 @@
return map;
}
- public void setOptions(HashMap map) {
+ public void setMap(HashMap map) {
this.map = map;
}
} // BondInvestment