[jOOQ/jOOQ#15767] MiniJAXB::marshal(XMLAppendable, OutputStream) does not flush decorating writer
This commit is contained in:
parent
cb1f173fc3
commit
e26ef57633
@ -147,6 +147,7 @@ public final class MiniJAXB {
|
||||
builder.append(object);
|
||||
|
||||
builder.appendTo(out);
|
||||
out.flush();
|
||||
}
|
||||
catch (Exception e) {
|
||||
throw new ConfigurationException("Cannot print object", e);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user