Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/ConnectorHandler.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/ConnectorHandler.java	(revision 2865)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/ConnectorHandler.java	(revision 2866)
@@ -51,8 +51,5 @@
 				logger.info("Connector initialized to {}", className);
 			} catch (Exception e) {
-				logger
-						.error(
-								"Connector implementation {} could not be instantiated",
-								className);
+				logger.error("Connector implementation {} could not be instantiated", className);
 				// TODO should be throw a RuntimeException here
 			}
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/LocalizedMessages.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/LocalizedMessages.java	(revision 2865)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/LocalizedMessages.java	(revision 2866)
@@ -99,8 +99,5 @@
 					logger.info("LocaleResolver initialized to {}", className);
 				} catch (Exception e) {
-					logger
-							.error(
-									"LocaleResolver implementation {} could not be instantiated",
-									className);
+					logger.error("LocaleResolver implementation {} could not be instantiated", className);
 					// TODO should be throw a RuntimeException here
 				}
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java	(revision 2865)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java	(revision 2866)
@@ -56,8 +56,5 @@
 				logger.info("UserAction initialized to {}", className);
 			} catch (Exception e) {
-				logger
-						.error(
-								"UserAction implementation {} could not be instantiated",
-								className);
+				logger.error("UserAction implementation {} could not be instantiated", className);
 				// TODO should be throw a RuntimeException here
 			}
@@ -67,6 +64,5 @@
 		className = PropertiesLoader.getUserPathBuilderImpl();
 		if (Utils.isEmpty(className))
-			logger
-					.error("Empty UserPathBuilder implementation class name provided");
+			logger.error("Empty UserPathBuilder implementation class name provided");
 		else {
 			try {
@@ -75,8 +71,5 @@
 				logger.info("UserPathBuilder initialized to {}", className);
 			} catch (Exception e) {
-				logger
-						.error(
-								"UserPathBuilder implementation {} could not be instantiated",
-								className);
+				logger.error("UserPathBuilder implementation {} could not be instantiated",	className);
 				// TODO should be throw a RuntimeException here
 			}
