This commit is contained in:
hneemann 2021-01-03 21:15:20 +01:00
parent 132d5c46e1
commit d765d3b154

View File

@ -46,7 +46,7 @@ public class Parser {
/** /**
* Creates a statement from the jar file using ClassLoader.getSystemResourceAsStream(path). * Creates a statement from the jar file using ClassLoader.getSystemResourceAsStream(path).
* Throws only a RuntimeExcaption so use with care! * Throws only a RuntimeException so use with care!
* *
* @param path the path of the file to load * @param path the path of the file to load
* @return the statement * @return the statement