|
@ -127,7 +127,7 @@ public class EntityMessage implements Serializable { |
|
|
try { |
|
|
try { |
|
|
this.body = (body == null ? "" : body); |
|
|
this.body = (body == null ? "" : body); |
|
|
out = new BufferedWriter(new FileWriter(file)); |
|
|
out = new BufferedWriter(new FileWriter(file)); |
|
|
out.write(body); |
|
|
|
|
|
|
|
|
out.write(this.body); |
|
|
} finally { |
|
|
} finally { |
|
|
if (out != null) |
|
|
if (out != null) |
|
|
try { |
|
|
try { |
|
|