1
0
Fork 0
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:
Gaston Dombiak 2008-05-28 18:59:52 +00:00 committed by gato
parent babc992e11
commit 8d07e07379
10 changed files with 2088 additions and 1 deletions

View file

@ -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;
}