Commit bc96ff5 1 parent cb41d55 commit bc96ff5 Copy full SHA for bc96ff5
File tree 1 file changed +2
-7
lines changed
src/main/java/com/dd/plist
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 30
30
import javax .xml .parsers .DocumentBuilder ;
31
31
import javax .xml .parsers .DocumentBuilderFactory ;
32
32
import javax .xml .parsers .ParserConfigurationException ;
33
- import java .io .ByteArrayInputStream ;
34
- import java .io .File ;
35
- import java .io .FileInputStream ;
36
- import java .io .IOException ;
37
- import java .io .InputStream ;
38
- import java .io .StringReader ;
33
+ import java .io .*;
39
34
import java .text .ParseException ;
40
35
import java .util .ArrayList ;
41
36
import java .util .List ;
@@ -82,7 +77,7 @@ public class XMLPropertyListParser {
82
77
83
78
/**
84
79
* Gets a {@link DocumentBuilder} to parse a XML property list.
85
- * As {@link DocumentBuilder} iinstance are not thread-safe a new {@link DocumentBuilder} is generated for each request.
80
+ * As {@link DocumentBuilder} instance are not thread-safe a new {@link DocumentBuilder} is generated for each request.
86
81
*
87
82
* @return A new {@link DocumentBuilder} that can parse property lists without an internet connection.
88
83
* @throws javax.xml.parsers.ParserConfigurationException If a document builder for parsing a XML property list
You can’t perform that action at this time.
0 commit comments