mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 18:18:22 +00:00
Deprecation warnings don't apply to references within the same class
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1573186 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b6e5ed0586
commit
2ea3865e0c
@ -666,7 +666,6 @@ public static final String unescapeHtml3(final String input) {
|
||||
* @deprecated use {@link #escapeXml10(java.lang.String)} or {@link #escapeXml11(java.lang.String)} instead.
|
||||
*/
|
||||
@Deprecated
|
||||
@SuppressWarnings( "deprecation" ) // ESCAPE_XML has been replaced by ESCAPE_XML10 and ESCAPE_XML11 in 3.3
|
||||
public static final String escapeXml(final String input) {
|
||||
return ESCAPE_XML.translate(input);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user