comparison flys-backend/src/main/java/de/intevation/flys/importer/Importer.java @ 5238:2fceb5511dc0

Tiny whitespace cosmetic.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 12 Mar 2013 10:51:13 +0100
parents d16398d65a59
children
comparison
equal deleted inserted replaced
5237:feb80b3afc40 5238:2fceb5511dc0
74 writeRivers(); 74 writeRivers();
75 } 75 }
76 catch (HibernateException he) { 76 catch (HibernateException he) {
77 Throwable t = he.getCause(); 77 Throwable t = he.getCause();
78 while (t instanceof SQLException) { 78 while (t instanceof SQLException) {
79 SQLException sqle = (SQLException)t; 79 SQLException sqle = (SQLException) t;
80 log.error("SQL exeception chain:", sqle); 80 log.error("SQL exeception chain:", sqle);
81 t = sqle.getNextException(); 81 t = sqle.getNextException();
82 } 82 }
83 throw he; 83 throw he;
84 } 84 }

http://dive4elements.wald.intevation.org