From 32359637b7d7f8ff41e31f3b390a0fabedfcf2b6 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 4 Aug 2015 07:59:38 +0200 Subject: [PATCH] =?utf8?q?Trailing=20spaces=20are=20no=20good=20ideas.=20S?= =?utf8?q?igned-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../src/org/mxchange/addressbook/BaseFrameworkSystem.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java b/Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java index 8032445..b7a6711 100644 --- a/Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java +++ b/Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java @@ -632,7 +632,7 @@ public class BaseFrameworkSystem implements FrameworkInterface { // Increment index index++; } - + // Trace message this.getLogger().trace(MessageFormat.format("tokens({0})={1} - EXIT!", tokens.length, Arrays.toString(tokens))); //NOI18N @@ -674,7 +674,7 @@ public class BaseFrameworkSystem implements FrameworkInterface { // Really bad? this.abortProgramWithException(ex); } - + // Trace message this.getLogger().trace(MessageFormat.format("isBool={0} - EXIT!", isBool)); //NOI18N -- 2.39.5