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/Define.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'base/src/bjc/dicelang/Define.java') diff --git a/base/src/bjc/dicelang/Define.java b/base/src/bjc/dicelang/Define.java index 8d70307..7b7bda6 100644 --- a/base/src/bjc/dicelang/Define.java +++ b/base/src/bjc/dicelang/Define.java @@ -64,25 +64,25 @@ public class Define implements UnaryOperator, Comparable { * Create a new define. * * @param priorty - * The priority of the define. + * The priority of the define. * * @param isSub - * Whether or not this is a 'sub-define' + * Whether or not this is a 'sub-define' * * @param recur - * Whether this define is recursive or not. + * Whether this define is recursive or not. * * @param isCircular - * Whether this define is circular or not. + * Whether this define is circular or not. * * @param predicte - * The string to use as a predicate. + * The string to use as a predicate. * * @param searchr - * The string to use as a search. + * The string to use as a search. * * @param replacrs - * The source for replacement strings. + * The source for replacement strings. */ public Define(final int priorty, final boolean isSub, final boolean recur, final boolean isCircular, final String predicte, final String searchr, final Iterable replacrs) { -- cgit v1.2.3