Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Feb 12, 2021
1 parent a955f1e commit 6f5e1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/laytonsmith/PureUtilities/ZipReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6f5e1d8

Please sign in to comment.