From d18a60fc6d37135593e31be3b766a0c29326f8c1 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Mon, 5 Apr 2004 16:18:46 +0000 Subject: [PATCH] Moved static final variables to Form class git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2271 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smackx/packet/DataForm.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/org/jivesoftware/smackx/packet/DataForm.java b/source/org/jivesoftware/smackx/packet/DataForm.java index b82f5db9b..2e6f15ba1 100644 --- a/source/org/jivesoftware/smackx/packet/DataForm.java +++ b/source/org/jivesoftware/smackx/packet/DataForm.java @@ -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;