Index: /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/tool/XHtmlTagTool.java
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/tool/XHtmlTagTool.java	(revision 1679)
+++ /FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/tool/XHtmlTagTool.java	(revision 1680)
@@ -23,6 +23,4 @@
 import java.util.HashMap;
 import java.util.Map;
-
-import net.fckeditor.handlers.CommandHandler;
 
 /**
@@ -56,9 +54,10 @@
 	private String value = null;
 	
+	/** Indicator to uses non self-closing tag. */
 	public static final String SPACE = " ";
 
 	public XHtmlTagTool(final String name, final String value) throws IllegalArgumentException {
 		if (Utils.isEmpty(name))
-			throw new IllegalArgumentException("Parameter 'name' shouldn't be null!");
+			throw new IllegalArgumentException("Parameter 'name' shouldn't be empty!");
 		this.name = name;
 		this.value = value;
