*** empty log message ***
[mir.git] / source / mircoders / localizer / basic / MirBasicWriterEngine.java
index 0cb2922..59d3bdc 100755 (executable)
@@ -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
+}