Quick typo fix: s/isntead/instead/g

This commit is contained in:
Paul Schaub 2020-05-13 22:32:18 +02:00
parent cd96909ac4
commit d903184ee2
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ public abstract class Stanza implements StanzaView, TopLevelStreamElement {
* @param elementName the XML element name of the extension. (May be null) * @param elementName the XML element name of the extension. (May be null)
* @param namespace the XML element namespace of the extension. * @param namespace the XML element namespace of the extension.
* @return the extension, or <code>null</code> if it doesn't exist. * @return the extension, or <code>null</code> if it doesn't exist.
* @deprecated use {@link #getExtension(Class)} or {@link #getExtensionElement(String, String)} isntead. * @deprecated use {@link #getExtension(Class)} or {@link #getExtensionElement(String, String)} instead.
*/ */
// TODO: Remove in Smack 4.5. // TODO: Remove in Smack 4.5.
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")