1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 06:12:05 +01:00

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

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();
}