mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-03-14 02:13:28 +01:00
Merge pull request #326 from adiaholic/bugFix
Return obtained XmlStringBuilder instead of null
This commit is contained in:
commit
d2f9617418
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public class MediaElement implements FormFieldChildElement {
|
||||||
xml.append(uris, xmlEnvironment);
|
xml.append(uris, xmlEnvironment);
|
||||||
|
|
||||||
xml.closeElement(this);
|
xml.closeElement(this);
|
||||||
return null;
|
return xml;
|
||||||
}
|
}
|
||||||
|
|
||||||
public MediaElement from(FormField formField) {
|
public MediaElement from(FormField formField) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue