From 985c3e8e9eeff790a138d74aeea30bc069cb97f9 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Sun, 23 Jul 2017 16:27:29 -0300 Subject: Formatting --- RGens/src/main/java/bjc/rgens/newparser/GrammarException.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'RGens/src/main/java/bjc/rgens/newparser/GrammarException.java') diff --git a/RGens/src/main/java/bjc/rgens/newparser/GrammarException.java b/RGens/src/main/java/bjc/rgens/newparser/GrammarException.java index c9f2723..ac37f7a 100644 --- a/RGens/src/main/java/bjc/rgens/newparser/GrammarException.java +++ b/RGens/src/main/java/bjc/rgens/newparser/GrammarException.java @@ -3,7 +3,7 @@ package bjc.rgens.newparser; /** * The exception thrown when something goes wrong while parsing a * grammar. - * + * * @author student * */ @@ -15,7 +15,7 @@ public class GrammarException extends RuntimeException { /** * Create a new grammar exception with the specified message. - * + * * @param msg * The message for this exception. */ @@ -26,10 +26,10 @@ public class GrammarException extends RuntimeException { /** * Create a new grammar exception with the specified message and * cause. - * + * * @param msg * The message for this exception. - * + * * @param cause * The cause of this exception. */ -- cgit v1.2.3