Smack 4.4.4: IQProvider java documentation clarification

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
 */

It should. Please feel encouraged to create a PR against the 4.4 branch to fix this.

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.