pubsub: Add removal comment in ConfigureForm

This commit is contained in:
Florian Schmaus 2019-09-16 22:04:57 +02:00
parent 2f667f95a8
commit afd61670a4
1 changed files with 1 additions and 0 deletions

View File

@ -557,6 +557,7 @@ public class ConfigureForm extends Form {
* @deprecated use {@link #isSubscribe()} instead
*/
@Deprecated
// TODO: Remove in Smack 4.5.
public boolean isSubscibe() {
return isSubscribe();
}