1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 16:44:48 +02:00

[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

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