fixes unnecessare toString
This commit is contained in:
@@ -11,7 +11,7 @@ public class TryOut {
|
|||||||
Path path = Paths.get("/home/jan/git-projekte/howtodata/JSON/alice.json");
|
Path path = Paths.get("/home/jan/git-projekte/howtodata/JSON/alice.json");
|
||||||
System.out.println(FileHelper.readJson(path));
|
System.out.println(FileHelper.readJson(path));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
System.err.println(e.toString());
|
System.err.println(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user