mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
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:
parent
12e20c2d6c
commit
f9fb4d7627
1 changed files with 0 additions and 11 deletions
|
@ -245,17 +245,6 @@ public class XmlStringBuilder implements Appendable, CharSequence, Element {
|
||||||
return this;
|
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.
|
* Does nothing if value is null.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue