mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-14 15:01:07 +01:00
Merge branch '4.2'
This commit is contained in:
commit
a48e8ef843
155 changed files with 638 additions and 160 deletions
|
|
@ -85,7 +85,7 @@ public class ServiceAdministrationManager extends Manager {
|
|||
FormField passwordVerifyField = answerForm.getField("password-verify");
|
||||
passwordVerifyField.addValue(password);
|
||||
|
||||
command.next(answerForm);
|
||||
command.execute(answerForm);
|
||||
assert (command.isCompleted());
|
||||
}
|
||||
|
||||
|
|
@ -113,7 +113,7 @@ public class ServiceAdministrationManager extends Manager {
|
|||
FormField accountJids = answerForm.getField("accountjids");
|
||||
accountJids.addValues(JidUtil.toStringList(jidsToDelete));
|
||||
|
||||
command.next(answerForm);
|
||||
command.execute(answerForm);
|
||||
assert (command.isCompleted());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue