mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
pubsub: Add removal comment in ConfigureForm
This commit is contained in:
parent
2f667f95a8
commit
afd61670a4
1 changed files with 1 additions and 0 deletions
|
@ -557,6 +557,7 @@ public class ConfigureForm extends Form {
|
||||||
* @deprecated use {@link #isSubscribe()} instead
|
* @deprecated use {@link #isSubscribe()} instead
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
// TODO: Remove in Smack 4.5.
|
||||||
public boolean isSubscibe() {
|
public boolean isSubscibe() {
|
||||||
return isSubscribe();
|
return isSubscribe();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue