diff src/java/de/intevation/mxd/reader/MarkerSymbolReader.java @ 74:7eba97e8201b

Catch all exceptions in the MXDReader.
author Raimund Renkert <rrenkert@intevation.de>
date Thu, 26 May 2011 18:11:29 +0200
parents 260748e3d08f
children 9ea64427ac7e
line wrap: on
line diff
--- a/src/java/de/intevation/mxd/reader/MarkerSymbolReader.java	Thu May 26 17:29:09 2011 +0200
+++ b/src/java/de/intevation/mxd/reader/MarkerSymbolReader.java	Thu May 26 18:11:29 2011 +0200
@@ -40,7 +40,8 @@
         this.symbol = null;
     }
 
-    public Element read() throws Exception {
+    public Element read()
+    throws Exception {
         if(symbol == null) {
             return parent;
         }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)