diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-07-23 16:27:29 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-07-23 16:27:29 -0300 |
| commit | 985c3e8e9eeff790a138d74aeea30bc069cb97f9 (patch) | |
| tree | 610482757b04c338715af176aad680254c1fef8e /RGens/src/main/java/bjc/rgens/newparser/GrammarException.java | |
| parent | 37caa6e5d2108778e7ee0c7940bd2b7d2b13095c (diff) | |
Formatting
Diffstat (limited to 'RGens/src/main/java/bjc/rgens/newparser/GrammarException.java')
| -rw-r--r-- | RGens/src/main/java/bjc/rgens/newparser/GrammarException.java | 8 |
1 files changed, 4 insertions, 4 deletions
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. */ |
