]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Minor improvement
authorRoland Haeder <roland@mxchange.org>
Mon, 24 Aug 2015 13:28:17 +0000 (15:28 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 25 Aug 2015 08:33:13 +0000 (10:33 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/java/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java

index d8253814c2c7a000741ccc59f10bb1774ccbd29c..f1a8fd1fabd0ecba40fd6c363e18727c3f26c98f 100644 (file)
@@ -105,8 +105,8 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P
                                instance = new PizzaServiceApplication();
                                instance.init(context);
 
-                       // Debug message
-                       instance.getLogger().debug(MessageFormat.format("Created new instance {0} ...", object)); //NOI18N
+                               // Debug message
+                               instance.getLogger().debug(MessageFormat.format("Created new instance {0} ...", object)); //NOI18N
                        } catch (final UnsupportedDatabaseBackendException | SQLException | IOException | BadTokenException ex) {
                                throw new ServletException(ex);
                        }