[Dive4elements-commits] [PATCH 3 of 6] Tiny whitespace cosmetic
Wald Commits
scm-commit at wald.intevation.org
Tue Mar 12 10:52:37 CET 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# 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();
}
More information about the Dive4elements-commits
mailing list