summaryrefslogtreecommitdiff
path: root/dice-lang/src/bjc/dicelang/dice/MathDie.java
diff options
context:
space:
mode:
Diffstat (limited to 'dice-lang/src/bjc/dicelang/dice/MathDie.java')
-rw-r--r--dice-lang/src/bjc/dicelang/dice/MathDie.java10
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.
*/