*** empty log message ***
authoridfx <idfx>
Mon, 8 May 2006 21:02:45 +0000 (21:02 +0000)
committeridfx <idfx>
Mon, 8 May 2006 21:02:45 +0000 (21:02 +0000)
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
+}