mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-04 15:45:58 +01:00
Moved static final variables to Form class
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2271 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
fab2c816cf
commit
d18a60fc6d
1 changed files with 0 additions and 4 deletions
|
@ -67,10 +67,6 @@ import org.jivesoftware.smackx.FormField;
|
|||
*/
|
||||
public class DataForm implements PacketExtension {
|
||||
|
||||
public static final String TYPE_FORM = "form";
|
||||
public static final String TYPE_SUBMIT = "submit";
|
||||
public static final String TYPE_RESULT = "result";
|
||||
|
||||
private String type;
|
||||
private String title;
|
||||
private String instructions;
|
||||
|
|
Loading…
Reference in a new issue