1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +02:00

Minor fix to search service for JEP 55

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3000 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro 2005-10-30 00:39:49 +00:00 committed by derek
parent 6a7f7826cd
commit 65d5376606
2 changed files with 13 additions and 4 deletions

View file

@ -332,6 +332,10 @@ public class FormField {
return value;
}
public String toString(){
return getLabel();
}
public String toXML() {
StringBuffer buf = new StringBuffer();
buf.append("<option");