Do not link to deprecated commons-text classes.

This commit is contained in:
pascalschumacher 2018-07-26 23:31:27 +02:00
parent fa66bd94e0
commit 0db3d81c93
5 changed files with 10 additions and 10 deletions

View File

@ -74,8 +74,8 @@
*
* @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> {

View File

@ -33,8 +33,8 @@
*
* @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> {

View File

@ -29,8 +29,8 @@
*
* @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 {

View File

@ -122,8 +122,8 @@
*
* @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 {

View File

@ -83,8 +83,8 @@
*
* @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 {