mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 03:50:52 +00:00
Fix javadoc.
This commit is contained in:
@@ -56,6 +56,7 @@ public abstract class ParseException extends Exception {
|
||||
*
|
||||
* @param text Text of the exception
|
||||
* @param line Line number where the exception occurred
|
||||
* @param position Position in source text
|
||||
*/
|
||||
public ParseException(String text, long line, long position) {
|
||||
super(text + (line == -1 ? "" : " on line " + line));
|
||||
|
||||
Reference in New Issue
Block a user