Skip to content

Commit bc96ff5

Browse files
committed
Typo
1 parent cb41d55 commit bc96ff5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/main/java/com/dd/plist/XMLPropertyListParser.java

+2-7
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@
3030
import javax.xml.parsers.DocumentBuilder;
3131
import javax.xml.parsers.DocumentBuilderFactory;
3232
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.*;
3934
import java.text.ParseException;
4035
import java.util.ArrayList;
4136
import java.util.List;
@@ -82,7 +77,7 @@ public class XMLPropertyListParser {
8277

8378
/**
8479
* 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.
8681
*
8782
* @return A new {@link DocumentBuilder} that can parse property lists without an internet connection.
8883
* @throws javax.xml.parsers.ParserConfigurationException If a document builder for parsing a XML property list

0 commit comments

Comments
 (0)