Do not link to deprecated commons-text classes.
This commit is contained in:
parent
fa66bd94e0
commit
0db3d81c93
|
@ -74,8 +74,8 @@ import org.apache.commons.lang3.builder.Builder;
|
|||
*
|
||||
* @since 2.2
|
||||
* @deprecated as of 3.6, use commons-text
|
||||
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StrBuilder.html">
|
||||
* StrBuilder</a> instead
|
||||
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/TextStringBuilder.html">
|
||||
* TextStringBuilder</a> instead
|
||||
*/
|
||||
@Deprecated
|
||||
public class StrBuilder implements CharSequence, Appendable, Serializable, Builder<String> {
|
||||
|
|
|
@ -33,8 +33,8 @@ import java.util.Map;
|
|||
*
|
||||
* @since 2.2
|
||||
* @deprecated as of 3.6, use commons-text
|
||||
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StrLookup.html">
|
||||
* StrLookup</a> instead
|
||||
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringLookupFactory.html">
|
||||
* StringLookupFactory</a> instead
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract class StrLookup<V> {
|
||||
|
|
|
@ -29,8 +29,8 @@ import org.apache.commons.lang3.StringUtils;
|
|||
*
|
||||
* @since 2.2
|
||||
* @deprecated as of 3.6, use commons-text
|
||||
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StrMatcher.html">
|
||||
* StrMatcher</a> instead
|
||||
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringMatcherFactory.html">
|
||||
* StringMatcherFactory</a> instead
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract class StrMatcher {
|
||||
|
|
|
@ -122,8 +122,8 @@ import org.apache.commons.lang3.StringUtils;
|
|||
*
|
||||
* @since 2.2
|
||||
* @deprecated as of 3.6, use commons-text
|
||||
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StrSubstitutor.html">
|
||||
* StrSubstitutor</a> instead
|
||||
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringSubstitutor.html">
|
||||
* StringSubstitutor</a> instead
|
||||
*/
|
||||
@Deprecated
|
||||
public class StrSubstitutor {
|
||||
|
|
|
@ -83,8 +83,8 @@ import org.apache.commons.lang3.StringUtils;
|
|||
*
|
||||
* @since 2.2
|
||||
* @deprecated as of 3.6, use commons-text
|
||||
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StrTokenizer.html">
|
||||
* StrTokenizer</a> instead
|
||||
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringTokenizer.html">
|
||||
* StringTokenizer</a> instead
|
||||
*/
|
||||
@Deprecated
|
||||
public class StrTokenizer implements ListIterator<String>, Cloneable {
|
||||
|
|
Loading…
Reference in New Issue