mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Initial implementation of ad-hoc commands. SMACK-242
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@10453 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
babc992e11
commit
8d07e07379
10 changed files with 2088 additions and 1 deletions
|
@ -78,7 +78,7 @@ public class Form {
|
|||
*
|
||||
* @param dataForm the data form used for gathering data.
|
||||
*/
|
||||
private Form(DataForm dataForm) {
|
||||
public Form(DataForm dataForm) {
|
||||
this.dataForm = dataForm;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue