Skip to content

Commit 6f5e1d8

Browse files
committed
Fix indentation
1 parent a955f1e commit 6f5e1d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/laytonsmith/PureUtilities/ZipReader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public InputStream getInputStream() throws FileNotFoundException, IOException {
222222

223223
/**
224224
* If the file is a simple text file, this function is your best option.It returns the contents of the file as a
225-
UTF-8 string.
225+
* UTF-8 string.
226226
*
227227
* @return
228228
* @throws FileNotFoundException If the file is not found
@@ -234,7 +234,7 @@ public String getFileContents() throws FileNotFoundException, IOException {
234234

235235
/**
236236
* If the file is a simple text file, this function is your best option.It returns the contents of the file as a
237-
string.
237+
* string.
238238
*
239239
* @param charset
240240
* @return

0 commit comments

Comments
 (0)