diff --git a/src/main/java/com/laytonsmith/PureUtilities/ZipReader.java b/src/main/java/com/laytonsmith/PureUtilities/ZipReader.java index 49ad60bf7..04b51151d 100644 --- a/src/main/java/com/laytonsmith/PureUtilities/ZipReader.java +++ b/src/main/java/com/laytonsmith/PureUtilities/ZipReader.java @@ -222,7 +222,7 @@ public InputStream getInputStream() throws FileNotFoundException, IOException { /** * If the file is a simple text file, this function is your best option.It returns the contents of the file as a - UTF-8 string. + * UTF-8 string. * * @return * @throws FileNotFoundException If the file is not found @@ -234,7 +234,7 @@ public String getFileContents() throws FileNotFoundException, IOException { /** * If the file is a simple text file, this function is your best option.It returns the contents of the file as a - string. + * string. * * @param charset * @return