diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-04-11 17:51:51 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-04-11 17:51:51 -0400 |
| commit | 675ae734dd7b7a47d93ee3527dd1eb7195be047b (patch) | |
| tree | 9d6901c63bd50a645e92d8b192013b3b201d8ecf /dice-lang/src/bjc/dicelang/dice/MathDie.java | |
| parent | 40858cee415643769ee5f6216b0cd4335996ff2f (diff) | |
Cleanup
Diffstat (limited to 'dice-lang/src/bjc/dicelang/dice/MathDie.java')
| -rw-r--r-- | dice-lang/src/bjc/dicelang/dice/MathDie.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dice-lang/src/bjc/dicelang/dice/MathDie.java b/dice-lang/src/bjc/dicelang/dice/MathDie.java index aba58a3..07150cb 100644 --- a/dice-lang/src/bjc/dicelang/dice/MathDie.java +++ b/dice-lang/src/bjc/dicelang/dice/MathDie.java @@ -2,14 +2,14 @@ package bjc.dicelang.dice; /** * A die that represents two dice with an applied math operator. - * + * * @author EVE * */ public class MathDie implements Die { /** * The types of a math operator. - * + * * @author EVE * */ @@ -49,13 +49,13 @@ public class MathDie implements Die { /** * Create a new math die. - * + * * @param op * The operator to apply. - * + * * @param lft * The left operand. - * + * * @param rght * The right operand. */ |
