Remove deprecated XmlStringBuilder.rightAngelBracket()

This method was marked deprecated with bbf89c65b ("Fix typo in
XmlStringBuilder, it's not an Angel"). Now it is time to remove it.
This commit is contained in:
Florian Schmaus 2020-04-05 17:26:21 +02:00
parent 12e20c2d6c
commit f9fb4d7627
1 changed files with 0 additions and 11 deletions

View File

@ -245,17 +245,6 @@ public class XmlStringBuilder implements Appendable, CharSequence, Element {
return this;
}
/**
* Add a right angle bracket '>'.
*
* @return a reference to this object
* @deprecated use {@link #rightAngleBracket()} instead
*/
@Deprecated
public XmlStringBuilder rightAngelBracket() {
return rightAngleBracket();
}
/**
* Does nothing if value is null.
*