Kindly clarify the following documentation in IQProvider.java class. Should it be referred to {@link IqProvider} instead.
Deprecation Notice:</b> This class is deprecated, use {@link IQProvider} instead.
/**
* <p>
* <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
* abstract class <b>must</b> have a public, no-argument constructor.
*
* @author Matt Tucker
*/