From 675ae734dd7b7a47d93ee3527dd1eb7195be047b Mon Sep 17 00:00:00 2001 From: bjculkin Date: Tue, 11 Apr 2017 17:51:51 -0400 Subject: Cleanup --- dice-lang/src/bjc/dicelang/dice/MathDie.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dice-lang/src/bjc/dicelang/dice/MathDie.java') 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. */ -- cgit v1.2.3