diff options
Diffstat (limited to 'dice-lang/src/bjc/dicelang/Errors.java')
| -rw-r--r-- | dice-lang/src/bjc/dicelang/Errors.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dice-lang/src/bjc/dicelang/Errors.java b/dice-lang/src/bjc/dicelang/Errors.java index 7d85242..55a8530 100644 --- a/dice-lang/src/bjc/dicelang/Errors.java +++ b/dice-lang/src/bjc/dicelang/Errors.java @@ -2,14 +2,14 @@ package bjc.dicelang; /** * Repository for error messages. - * + * * @author EVE * */ public class Errors { /** * The types of error message. - * + * * @author EVE * */ @@ -243,7 +243,7 @@ public class Errors { /** * The mode for the type of error messages to print out. - * + * * @author EVE * */ @@ -262,10 +262,10 @@ public class Errors { /** * Print an error. - * + * * @param key * The key of the error. - * + * * @param args * The arguments for the error. */ |
