diff options
| author | student <student@localhost> | 2018-02-12 13:00:35 -0500 |
|---|---|---|
| committer | student <student@localhost> | 2018-02-12 13:00:35 -0500 |
| commit | 75b790db6a759b3057c294bae3f669e5b01c8688 (patch) | |
| tree | 50f60ce14ab318ccfd1be7879472cccfa53355dd /base/src/bjc/dicelang/Define.java | |
| parent | c8637f6156d65d52bf35c3a867c76bfbf2d0da3e (diff) | |
Format pass mk. 2
Diffstat (limited to 'base/src/bjc/dicelang/Define.java')
| -rw-r--r-- | base/src/bjc/dicelang/Define.java | 14 |
1 files changed, 7 insertions, 7 deletions
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<String>, Comparable<Define> { * 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<String> replacrs) { |
