From: Roland Haeder <roland@mxchange.org>
Date: Tue, 4 Aug 2015 05:59:38 +0000 (+0200)
Subject: Trailing spaces are no good ideas.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=32359637b7d7f8ff41e31f3b390a0fabedfcf2b6;p=jaddressbook-lib.git

Trailing spaces are no good ideas.
Signed-off-by:Roland Häder <roland@mxchange.org>
---

diff --git a/Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java b/Addressbook/src/org/mxchange/addressbook/BaseFrameworkSystem.java
index 8032445b..b7a67112 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