Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/FCKeditor.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/FCKeditor.java	(revision 3428)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/FCKeditor.java	(revision 3429)
@@ -294,4 +294,5 @@
 
 	/**
+	 * TODO document me
 	 * Creates the HTML representation of this editor instance.
 	 */
@@ -344,4 +345,5 @@
 
 	/**
+	 * TODO document me
 	 * Wraps to {@link #toString()}.
 	 */
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/FCKeditorConfig.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/FCKeditorConfig.java	(revision 3428)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/FCKeditorConfig.java	(revision 3429)
@@ -43,5 +43,5 @@
 
 	private static final long serialVersionUID = -4831190504944866644L;
-	private final Logger logger = LoggerFactory
+	private static final Logger logger = LoggerFactory
 			.getLogger(FCKeditorConfig.class);
 
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 3428)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/LocalizedMessages.java	(revision 3429)
@@ -40,4 +40,5 @@
 
 /**
+ * TODO document me
  * Provides access to localized messages (properties).
  * 
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/GetResponse.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/GetResponse.java	(revision 3428)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/GetResponse.java	(revision 3429)
@@ -45,4 +45,5 @@
 
 /**
+ * TODO document me
  * Represents the XML response for the File Browser's <code>GET</code> request. <br />
  * The XML response is described <a href="http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Server_Side_Integration#The_Commands"
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/UploadResponse.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/UploadResponse.java	(revision 3428)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/UploadResponse.java	(revision 3429)
@@ -26,4 +26,5 @@
 
 /**
+ * TODO document me
  * Represents the HTML/JavaScript callback/response for the File Browser's
  * <code>POST</code> request.<br />
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tool/XHtmlTagTool.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tool/XHtmlTagTool.java	(revision 3428)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tool/XHtmlTagTool.java	(revision 3429)
@@ -109,9 +109,10 @@
 	public void addAttribute(final String name, final String value) {
 		if (Utils.isEmpty(name))
-			throw new IllegalArgumentException("Name shouldn't be empty");
+			throw new IllegalArgumentException("Name is null or empty");
 		attributes.put(name, value);
 	}
 
 	/**
+	 * TODO document me
 	 * Converts the tag to HTML.
 	 */
