Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/utils/MapfileGenerator.java @ 4645:105463e2234f
Merged.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 05 Dec 2012 12:59:32 +0100 |
parents | fc52ee878412 |
children | c04db3178d09 |
comparison
equal
deleted
inserted
replaced
4644:dae7e6388a47 | 4645:105463e2234f |
---|---|
233 context.put("CONFIGDIR", | 233 context.put("CONFIGDIR", |
234 Config.getConfigDirectory().getCanonicalPath()); | 234 Config.getConfigDirectory().getCanonicalPath()); |
235 } | 235 } |
236 catch (FileNotFoundException fnfe) { | 236 catch (FileNotFoundException fnfe) { |
237 // this is bad | 237 // this is bad |
238 logger.warn(fnfe, fnfe); | |
238 } | 239 } |
239 catch (IOException ioe) { | 240 catch (IOException ioe) { |
240 // this is also bad | 241 // this is also bad |
242 logger.warn(ioe, ioe); | |
241 } | 243 } |
242 | 244 |
243 return context; | 245 return context; |
244 } | 246 } |
245 | 247 |