This is an automated email from the git hooks/post-receive script. New commit to branch feature/8170 in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 4097786b817aa85e71300ce6ed3d018dd57afd41 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Apr 11 11:58:32 2016 +0200 Reformat code --- .../java/fr/ifremer/echobase/ui/EchoBaseApplicationContext.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/echobase-ui/src/main/java/fr/ifremer/echobase/ui/EchoBaseApplicationContext.java b/echobase-ui/src/main/java/fr/ifremer/echobase/ui/EchoBaseApplicationContext.java index 700a489..d58201c 100644 --- a/echobase-ui/src/main/java/fr/ifremer/echobase/ui/EchoBaseApplicationContext.java +++ b/echobase-ui/src/main/java/fr/ifremer/echobase/ui/EchoBaseApplicationContext.java @@ -345,8 +345,7 @@ public class EchoBaseApplicationContext { // no users in database create the admin user if (log.isInfoEnabled()) { - log.info("No user in database, will create default " + - "users."); + log.info("No user in database, will create default users."); } service.createDefaultUsers(); @@ -355,8 +354,7 @@ public class EchoBaseApplicationContext { if (configuration.isEmbedded()) { if (log.isInfoEnabled()) { - log.info("Will try to create default working db " + - "configuration for internal db."); + log.info("Will try to create default working db configuration for internal db."); } // try to create a default embedded working db configuration serviceContext.newService(WorkingDbConfigurationService.class). -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.