Add support for StrBuilder and TextStringBuilder in commons-text

These are identical to the current deprecated StrBuilder in commons-lang3.
This commit is contained in:
Chris Smowton
2021-02-16 16:12:33 +00:00
parent 714611f803
commit 10112c50ab
12 changed files with 2225 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
import org.apache.commons.lang3.builder.Builder;
import org.apache.commons.lang3.text.StrBuilder;
import org.apache.commons.lang3.text.StrMatcher;
import org.apache.commons.lang3.text.StrTokenizer;