From 72e8de605598f62efbd63c17897e80cec181ff2b Mon Sep 17 00:00:00 2001 From: EVE Date: Wed, 15 Mar 2017 19:06:48 -0400 Subject: Remove old splitter code, and swap naming to match. --- BJC-Utils2/src/main/java/bjc/utils/funcutils/ListUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BJC-Utils2/src/main/java/bjc/utils/funcutils/ListUtils.java') diff --git a/BJC-Utils2/src/main/java/bjc/utils/funcutils/ListUtils.java b/BJC-Utils2/src/main/java/bjc/utils/funcutils/ListUtils.java index c231767..f55eb36 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/funcutils/ListUtils.java +++ b/BJC-Utils2/src/main/java/bjc/utils/funcutils/ListUtils.java @@ -80,7 +80,7 @@ public class ListUtils { * The affixes to remove * @return The tokens that have been deaffixed * - * @deprecated Replaced by NeoTokenSplitter. + * @deprecated Replaced by TokenSplitter. */ @Deprecated public static IList deAffixTokens(IList input, Deque> operators) { @@ -301,7 +301,7 @@ public class ListUtils { * those operators * @return A list of tokens split on all the operators * - * @deprecated Use NeoTokenSplitter now + * @deprecated Use TokenSplitter now */ @Deprecated public static IList splitTokens(IList input, Deque> operators) { -- cgit v1.2.3