Skip to content

Commit 2d56524

Browse files
committed
Add map functionality to Jsonable
1 parent 05b6ea7 commit 2d56524

7 files changed

Lines changed: 533 additions & 96 deletions

File tree

src/data/FileReader.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
* The Class FileReader.
99
*/
1010
public class FileReader {
11-
public static String getFileContents(String fileName) {
12-
return getFileContents(new File(fileName));
13-
}
14-
1511
/**
1612
* Gets the file contents.
1713
*

0 commit comments

Comments
 (0)