From 2fb0cfb1430caa68461453cf67286e1b5fb38d40 Mon Sep 17 00:00:00 2001 From: idfx Date: Mon, 8 May 2006 21:02:45 +0000 Subject: [PATCH 1/1] *** empty log message *** --- source/mircoders/localizer/basic/MirBasicWriterEngine.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/mircoders/localizer/basic/MirBasicWriterEngine.java b/source/mircoders/localizer/basic/MirBasicWriterEngine.java index 0cb29227..59d3bdc8 100755 --- a/source/mircoders/localizer/basic/MirBasicWriterEngine.java +++ b/source/mircoders/localizer/basic/MirBasicWriterEngine.java @@ -3,6 +3,7 @@ * * This file is part of Mir. * + * * Mir is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -79,4 +80,4 @@ public class MirBasicWriterEngine implements WriterEngine { public void closeWriter(Object aWriter) { ((PrintWriter) aWriter).close(); }; -} \ No newline at end of file +} -- 2.11.0