CVS Update: xmlpull-api-v1/src/java/samples
Aleksander Andrzej Slominski <[email protected]>
| Newsgroups | gmane.text.xml.xmlpull.devel |
|---|---|
| Message-ID | <[email protected]> |
aslom 02/07/08 12:44:36
Modified: src/java/samples Roundtrip.java
Log:
removed unnecessary import
Revision Changes Path
1.6 +0 -4 xmlpull-api-v1/src/java/samples/Roundtrip.java
Index: Roundtrip.java
===================================================================
RCS file: /l/extreme/cvspub/xmlpull-api-v1/src/java/samples/Roundtrip.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -t -w -r1.5 -r1.6
--- Roundtrip.java 2002/07/08 17:39:49 1.5
+++ Roundtrip.java 2002/07/08 17:44:36 1.6
@@ -9,10 +9,6 @@
import org.xmlpull.v1.XmlSerializer;
-// TODO hide this impl. detail with facotry
-import org.xmlpull.mxp1_serializer.MXSerializer;
-
-
/** WARNING: This sample is NOT part of the XmlPull API. This class is just
contained to help evaluating the serializer interface, which is
also NOT part of the XmlPull API (yet) */