From 6f5e1d89d816ed8b76871a2cfc9b7bf9e5351a13 Mon Sep 17 00:00:00 2001 From: LadyCailin Date: Fri, 12 Feb 2021 01:55:58 +0100 Subject: [PATCH] Fix indentation --- src/main/java/com/laytonsmith/PureUtilities/ZipReader.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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