mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-22 18:48:00 +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>
|
* <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>
|
* </p>
|
||||||
* An abstract class for parsing custom IQ packets. Each IQProvider must be registered with
|
* 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
|
* the ProviderManager class for it to be used. Every implementation of this
|
||||||
|
|
Loading…
Reference in a new issue