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/EvaluatorResult.java | 28 ++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'dice-lang/src/bjc/dicelang/EvaluatorResult.java') diff --git a/dice-lang/src/bjc/dicelang/EvaluatorResult.java b/dice-lang/src/bjc/dicelang/EvaluatorResult.java index 09d7687..f21cd6f 100644 --- a/dice-lang/src/bjc/dicelang/EvaluatorResult.java +++ b/dice-lang/src/bjc/dicelang/EvaluatorResult.java @@ -8,14 +8,14 @@ import bjc.utils.data.Tree; /** * The result from the evaluator. - * + * * @author EVE * */ public class EvaluatorResult { /** * The type of the result. - * + * * @author EVE * */ @@ -73,7 +73,7 @@ public class EvaluatorResult { /** * Create a new result. - * + * * @param typ * The type of the result. */ @@ -83,10 +83,10 @@ public class EvaluatorResult { /** * Create a new result. - * + * * @param typ * The type of the result. - * + * * @param orig * The original value of the result. */ @@ -98,10 +98,10 @@ public class EvaluatorResult { /** * Create a new result. - * + * * @param typ * The type of the result. - * + * * @param orig * The original value of the result. */ @@ -111,7 +111,7 @@ public class EvaluatorResult { /** * Create a new result. - * + * * @param typ * @param orig */ @@ -121,7 +121,7 @@ public class EvaluatorResult { /** * Create a new result. - * + * * @param typ * @param iVal */ @@ -133,7 +133,7 @@ public class EvaluatorResult { /** * Create a new result. - * + * * @param typ * @param dVal */ @@ -145,7 +145,7 @@ public class EvaluatorResult { /** * Create a new result. - * + * * @param typ * @param dVal */ @@ -157,7 +157,7 @@ public class EvaluatorResult { /** * Create a new result. - * + * * @param typ * @param dVal */ @@ -169,7 +169,7 @@ public class EvaluatorResult { /** * Create a new result. - * + * * @param typ * @param dVal */ @@ -181,7 +181,7 @@ public class EvaluatorResult { /** * Create a new result. - * + * * @param typ * @param strang */ -- cgit v1.2.3