mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-19 02:22:05 +01:00
[core] Fix IQProvider javadoc
It is IqProvider that should be used instead.
This commit is contained in:
parent
1dae0c0c32
commit
4cdb4acf26
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue