diff src/java/de/intevation/mxd/Converter.java @ 43:ef7ca23c4233

Added comments, done some code styling and removed typos.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 15 Apr 2011 15:44:54 +0200
parents 60ed2164035a
children f0c02ff120d6
line wrap: on
line diff
--- a/src/java/de/intevation/mxd/Converter.java	Fri Apr 15 14:14:49 2011 +0200
+++ b/src/java/de/intevation/mxd/Converter.java	Fri Apr 15 15:44:54 2011 +0200
@@ -84,7 +84,7 @@
             writer.write(reader.getMapDocument());
             reader.shutdown();
         }
-        catch(IOException e){
+        catch(IOException e) {
             e.printStackTrace();
         }
     }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)