# HG changeset patch # User Felix Wolfsteller # Date 1363081873 -3600 # Node ID 2fceb5511dc073f5139f715142d7915aae0ef09a # Parent feb80b3afc4058cd425534d6b41d2bb0b6d33399 Tiny whitespace cosmetic. diff -r feb80b3afc40 -r 2fceb5511dc0 flys-backend/src/main/java/de/intevation/flys/importer/Importer.java --- a/flys-backend/src/main/java/de/intevation/flys/importer/Importer.java Tue Mar 12 10:50:52 2013 +0100 +++ b/flys-backend/src/main/java/de/intevation/flys/importer/Importer.java Tue Mar 12 10:51:13 2013 +0100 @@ -76,7 +76,7 @@ catch (HibernateException he) { Throwable t = he.getCause(); while (t instanceof SQLException) { - SQLException sqle = (SQLException)t; + SQLException sqle = (SQLException) t; log.error("SQL exeception chain:", sqle); t = sqle.getNextException(); }