Index: /FCKeditor.Java/branches/2.5-test/java-core/src/main/java/net/fckeditor/FCKeditor.java
===================================================================
--- /FCKeditor.Java/branches/2.5-test/java-core/src/main/java/net/fckeditor/FCKeditor.java	(revision 2453)
+++ /FCKeditor.Java/branches/2.5-test/java-core/src/main/java/net/fckeditor/FCKeditor.java	(revision 2454)
@@ -89,6 +89,5 @@
 		if (Utils.isNotBlank(toolbarSet))
 			this.toolbarSet = toolbarSet;
-		// TODO Should be check here for empty or blank?
-		if (Utils.isNotEmpty(value))
+		if (Utils.isNotEmpty(value)) // value shouldn't be null but could contains whitespaces!
 			this.value = value;
 		else
