mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Returning obtained XmlStringBuilder instead of null
This commit is contained in:
parent
658905e1ba
commit
41a3ec05c7
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…
Reference in a new issue