[core] Fix IQProvider javadoc

It is IqProvider that should be used instead.
This commit is contained in:
cmeng-git 2022-01-24 08:12:12 +08:00 committed by Florian Schmaus
parent 1dae0c0c32
commit 4cdb4acf26
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.jivesoftware.smack.xml.XmlPullParserException;
/**
* <p>
* <b>Deprecation Notice:</b> This class is deprecated, use {@link IQProvider} instead.
* <b>Deprecation Notice:</b> This class is deprecated, use {@link IqProvider} instead.
* </p>
* An abstract class for parsing custom IQ packets. Each IQProvider must be registered with
* the ProviderManager class for it to be used. Every implementation of this