Mercurial > dive4elements > river
comparison flys-backend/src/main/java/de/intevation/flys/backend/FLYSCredentials.java @ 5194:92c8f8d1a3ba
Fix Credentials parameter order
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 07 Mar 2013 19:38:36 +0100 |
parents | fb9dcc68b9c2 |
children | 646c154477fe |
comparison
equal
deleted
inserted
replaced
5193:fb9dcc68b9c2 | 5194:92c8f8d1a3ba |
---|---|
235 Config.getStringXPath( | 235 Config.getStringXPath( |
236 XPATH_CONNECTION_INIT_SQLS, | 236 XPATH_CONNECTION_INIT_SQLS, |
237 DEFAULT_CONNECTION_INIT_SQLS); | 237 DEFAULT_CONNECTION_INIT_SQLS); |
238 | 238 |
239 instance = new FLYSCredentials( | 239 instance = new FLYSCredentials( |
240 user, password, dialect, driver, connectionInitSqls, url); | 240 user, password, dialect, driver, url, connectionInitSqls); |
241 } | 241 } |
242 return instance; | 242 return instance; |
243 } | 243 } |
244 | 244 |
245 public static Credentials getDefault() { | 245 public static Credentials getDefault() { |