mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 09:39:39 +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:
parent
6a7f7826cd
commit
65d5376606
2 changed files with 13 additions and 4 deletions
|
@ -332,6 +332,10 @@ public class FormField {
|
|||
return value;
|
||||
}
|
||||
|
||||
public String toString(){
|
||||
return getLabel();
|
||||
}
|
||||
|
||||
public String toXML() {
|
||||
StringBuffer buf = new StringBuffer();
|
||||
buf.append("<option");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue