pull/213/head
M66B 2 years ago
parent c9ad1ee3d7
commit b53e200afd

@ -5778,7 +5778,7 @@ public class MessageHelper {
super(out); super(out);
this.os = out; this.os = out;
this.content = content; this.content = content;
this.boundary = "--" + boundary; this.boundary = (boundary == null ? null : "--" + boundary);
} }
@Override @Override

Loading…
Cancel
Save