Skip to content

Commit

Permalink
Merge d903184 into 3ab4405
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed May 13, 2020
2 parents 3ab4405 + d903184 commit e6fa69b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public final ExtensionElement getExtensionElement(String elementName, String nam
* @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")
Expand Down

0 comments on commit e6fa69b

Please sign in to comment.