From 75b790db6a759b3057c294bae3f669e5b01c8688 Mon Sep 17 00:00:00 2001 From: student Date: Mon, 12 Feb 2018 13:00:35 -0500 Subject: Format pass mk. 2 --- base/src/bjc/dicelang/DiceLangEngine.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'base/src/bjc/dicelang/DiceLangEngine.java') diff --git a/base/src/bjc/dicelang/DiceLangEngine.java b/base/src/bjc/dicelang/DiceLangEngine.java index b99a141..faa8a90 100644 --- a/base/src/bjc/dicelang/DiceLangEngine.java +++ b/base/src/bjc/dicelang/DiceLangEngine.java @@ -146,7 +146,7 @@ public class DiceLangEngine { * Add a defn that's applied to lines. * * @param dfn - * The defn to add. + * The defn to add. */ public void addLineDefine(final Define dfn) { lineDefns.add(dfn); @@ -158,7 +158,7 @@ public class DiceLangEngine { * Add a defn that's applied to tokens. * * @param dfn - * The defn to add. + * The defn to add. */ public void addTokenDefine(final Define dfn) { tokenDefns.add(dfn); @@ -217,7 +217,7 @@ public class DiceLangEngine { * Run a command to completion. * * @param command - * The command to run + * The command to run * * @return Whether or not the command ran successfully */ -- cgit v1.2.3