Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3breadt committed Aug 22, 2019
1 parent cb41d55 commit bc96ff5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/main/java/com/dd/plist/XMLPropertyListParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,7 @@
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.StringReader;
import java.io.*;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.List;
Expand Down Expand Up @@ -82,7 +77,7 @@ public class XMLPropertyListParser {

/**
* Gets a {@link DocumentBuilder} to parse a XML property list.
* As {@link DocumentBuilder} iinstance are not thread-safe a new {@link DocumentBuilder} is generated for each request.
* As {@link DocumentBuilder} instance are not thread-safe a new {@link DocumentBuilder} is generated for each request.
*
* @return A new {@link DocumentBuilder} that can parse property lists without an internet connection.
* @throws javax.xml.parsers.ParserConfigurationException If a document builder for parsing a XML property list
Expand Down

0 comments on commit bc96ff5

Please sign in to comment.