comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/MetaDataService.java @ 948:0881cd4be773

Improved error handling in loading meta data template. flys-artifacts/trunk@2364 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 19 Jul 2011 17:01:10 +0000
parents db8d93cb65fd
children 22bc87a42a0d
comparison
equal deleted inserted replaced
947:db8d93cb65fd 948:0881cd4be773
134 } 134 }
135 catch (IOException ioe) { 135 catch (IOException ioe) {
136 log.error(ioe); 136 log.error(ioe);
137 } 137 }
138 finally { 138 finally {
139 try { 139 if (in != null) {
140 in.close(); 140 try {
141 } 141 in.close();
142 catch (IOException ioe) { 142 }
143 log.error(ioe); 143 catch (IOException ioe) {
144 log.error(ioe);
145 }
144 } 146 }
145 } 147 }
146 } 148 }
147 } 149 }
148 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 150 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org