Merge pull request #391 from vanitasvitae/typo

Quick typo fix: s/isntead/instead/g
This commit is contained in:
Florian Schmaus 2020-05-14 17:04:31 +02:00 committed by GitHub
commit 62ead2fbb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 namespace the XML element namespace of the extension.
* @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.
@SuppressWarnings("unchecked")