Whoops.... did the change while going through a number of bugs, guess I
forgot to do the build test :-(
- James Snell
IBM Emerging Technologies
[EMAIL PROTECTED]
(559) 587-1233 (office)
(700) 544-9035 (t/l)
Programming Web Services With SOAP
O'Reilly & Associates, ISBN 0596000952
Have I not commanded you? Be strong and courageous.
Do not be terrified, do not be discouraged, for the Lord your
God will be with you whereever you go. - Joshua 1:9
[EMAIL PROTECTED]
02/18/2003 04:50 AM
Please respond to axis-dev
To
[EMAIL PROTECTED]
cc
bcc
Subject
cvs commit: xml-axis/java/src/org/apache/axis/attachments
DimeBodyPart.java
gdaniels 2003/02/18 04:50:56
Modified: java/src/org/apache/axis/attachments DimeBodyPart.java
Log:
Fix compiler error.
Revision Changes Path
1.17 +1 -0
xml-axis/java/src/org/apache/axis/attachments/DimeBodyPart.java
Index: DimeBodyPart.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/src/org/apache/axis/attachments/DimeBodyPart.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- DimeBodyPart.java 18 Feb 2003 01:09:35 -0000 1.16
+++ DimeBodyPart.java 18 Feb 2003 12:50:56 -0000 1.17
@@ -67,6 +67,7 @@
import javax.activation.DataHandler;
import javax.activation.DataSource;
import java.util.StringTokenizer;
+import java.io.IOException;
/**