File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
xstream/src/test/com/thoughtworks/xstream/io Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 2525import com .thoughtworks .xstream .converters .collections .CollectionConverter ;
2626import com .thoughtworks .xstream .io .binary .BinaryStreamDriver ;
2727import com .thoughtworks .xstream .io .json .JettisonMappedXmlDriver ;
28- import com .thoughtworks .xstream .io .xml .*;
28+ import com .thoughtworks .xstream .io .xml .BEAStaxDriver ;
29+ import com .thoughtworks .xstream .io .xml .Dom4JDriver ;
30+ import com .thoughtworks .xstream .io .xml .DomDriver ;
31+ import com .thoughtworks .xstream .io .xml .JDom2Driver ;
32+ import com .thoughtworks .xstream .io .xml .JDomDriver ;
33+ import com .thoughtworks .xstream .io .xml .KXml2DomDriver ;
34+ import com .thoughtworks .xstream .io .xml .KXml2Driver ;
35+ import com .thoughtworks .xstream .io .xml .SimpleStaxDriver ;
36+ import com .thoughtworks .xstream .io .xml .StandardStaxDriver ;
37+ import com .thoughtworks .xstream .io .xml .StaxDriver ;
38+ import com .thoughtworks .xstream .io .xml .WstxDriver ;
39+ import com .thoughtworks .xstream .io .xml .XomDriver ;
40+ import com .thoughtworks .xstream .io .xml .Xpp3DomDriver ;
41+ import com .thoughtworks .xstream .io .xml .Xpp3Driver ;
42+ import com .thoughtworks .xstream .io .xml .XppDomDriver ;
43+ import com .thoughtworks .xstream .io .xml .XppDriver ;
2944
3045import junit .framework .Assert ;
3146import junit .framework .Test ;
You can’t perform that action at this time.
0 commit comments