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
|
* @since 2.2
|
||||||
* @deprecated as of 3.6, use commons-text
|
* @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">
|
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/TextStringBuilder.html">
|
||||||
* StrBuilder</a> instead
|
* TextStringBuilder</a> instead
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class StrBuilder implements CharSequence, Appendable, Serializable, Builder<String> {
|
public class StrBuilder implements CharSequence, Appendable, Serializable, Builder<String> {
|
||||||
|
|
|
@ -33,8 +33,8 @@ import java.util.Map;
|
||||||
*
|
*
|
||||||
* @since 2.2
|
* @since 2.2
|
||||||
* @deprecated as of 3.6, use commons-text
|
* @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">
|
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringLookupFactory.html">
|
||||||
* StrLookup</a> instead
|
* StringLookupFactory</a> instead
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public abstract class StrLookup<V> {
|
public abstract class StrLookup<V> {
|
||||||
|
|
|
@ -29,8 +29,8 @@ import org.apache.commons.lang3.StringUtils;
|
||||||
*
|
*
|
||||||
* @since 2.2
|
* @since 2.2
|
||||||
* @deprecated as of 3.6, use commons-text
|
* @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">
|
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringMatcherFactory.html">
|
||||||
* StrMatcher</a> instead
|
* StringMatcherFactory</a> instead
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public abstract class StrMatcher {
|
public abstract class StrMatcher {
|
||||||
|
|
|
@ -122,8 +122,8 @@ import org.apache.commons.lang3.StringUtils;
|
||||||
*
|
*
|
||||||
* @since 2.2
|
* @since 2.2
|
||||||
* @deprecated as of 3.6, use commons-text
|
* @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">
|
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringSubstitutor.html">
|
||||||
* StrSubstitutor</a> instead
|
* StringSubstitutor</a> instead
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class StrSubstitutor {
|
public class StrSubstitutor {
|
||||||
|
|
|
@ -83,8 +83,8 @@ import org.apache.commons.lang3.StringUtils;
|
||||||
*
|
*
|
||||||
* @since 2.2
|
* @since 2.2
|
||||||
* @deprecated as of 3.6, use commons-text
|
* @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">
|
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/StringTokenizer.html">
|
||||||
* StrTokenizer</a> instead
|
* StringTokenizer</a> instead
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class StrTokenizer implements ListIterator<String>, Cloneable {
|
public class StrTokenizer implements ListIterator<String>, Cloneable {
|
||||||
|
|
Loading…
Reference in New Issue