Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goodudetheboy committed Aug 7, 2021
1 parent 89e635a commit 00416d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {

group = 'io.github.goodudetheboy'
archivesBaseName = 'WorldHolidayDates'
version = '0.0.1'
version = '0.0.3'

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public static String readFileFromResource(String filename) throws IOException {
/**
* Gets an {@link InputStream} of a file from ./resource folder
*
* @param fileName
* @return
* @param fileName a file name in the ./resource folder
* @return an {@link InputStream} of a file from ./resource folder
* @author mykong, https://mkyong.com/java/java-read-a-file-from-resources-folder/
*/
public static InputStream getFileFromResourceAsStream(String fileName) {
Expand Down

0 comments on commit 00416d6

Please sign in to comment.