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 3595)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/GetResponse.java	(revision 3596)
@@ -45,7 +45,7 @@
 
 /**
- * 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"
- * >here</a> in detail.
+ * Represents the <a href="http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Server_Side_Integration#The_Commands"
+ * target="_blank">XML response</a> for the file browser <code>GET</code>
+ * requests.
  * 
  * @version $Id$
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 3595)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/UploadResponse.java	(revision 3596)
@@ -26,8 +26,7 @@
 
 /**
- * Represents the HTML/JavaScript callback/response for the File Browser's
- * <code>POST</code> request.<br />
- * The response is described <a href="http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Server_Side_Integration#FileUpload_.28HTML.29"
- * >here</a> in detail.
+ * Represents the <a href="http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Server_Side_Integration#FileUpload_.28HTML.29"
+ * target="_blank">HTML/JS response</a> for the file browser <code>POST</code>
+ * requests.<br />
  * <p>
  * This class utilizes varags to reflect the JavaScript callback function in an
@@ -75,9 +74,9 @@
 	 * Constructs a response with a varying amount of arguments.
 	 * <p>
-	 * Use the predefined error numbers or upload responses, if possible.<br />
-	 * If you need to set error number and message only, use constructor with
-	 * one argument and call {@link UploadResponse#setCustomMessage(String)}.
+	 * Use the predefined error numbers or upload responses, if possible. If you
+	 * need to set error number and message only, use this constructor with the
+	 * first argument only and call
+	 * {@link UploadResponse#setCustomMessage(String)}.
 	 * </p>
-	 * <p>
 	 * 
 	 * @param arguments
@@ -189,7 +188,7 @@
 
 	/**
-	 * Creates the JavaScript representation/callback of this upload response.
-	 * 
-	 * @return JavaScript representation/callback of this upload response
+	 * Creates the HTML/JS representation of this upload response.
+	 * 
+	 * @return HTML/JS representation of this upload response
 	 */
 	@Override
@@ -200,6 +199,5 @@
 		// The original script can be found at
 		// [fckeditor_dir]/_dev/domain_fix_template.js
-		sb
-				.append("(function(){var d=document.domain;while (true){try{var A=window.parent.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();\n");
+		sb.append("(function(){var d=document.domain;while (true){try{var A=window.parent.document.domain;break;}catch(e) {};d=d.replace(/.*?(?:\\.|$)/,'');if (d.length==0) break;try{document.domain=d;}catch (e){break;}}})();\n");
 		sb.append("window.parent.OnUploadCompleted(");
 
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/package-info.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/package-info.java	(revision 3595)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/response/package-info.java	(revision 3596)
@@ -1,4 +1,4 @@
 /**
- * Response object wrappers for {@code GET} and {@code POST} requests.
+ * Response objects for {@code GET} and {@code POST} requests.
  */
 package net.fckeditor.response;
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 3595)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tool/XHtmlTagTool.java	(revision 3596)
@@ -61,5 +61,5 @@
 	 * 
 	 * @param name
-	 *            the tag name of this new XHtmlTagTool
+	 *            the tag name of the new XHtmlTagTool
 	 * @throws IllegalArgumentException
 	 *             if <code>name</code> is empty
@@ -76,7 +76,7 @@
 	 * 
 	 * @param name
-	 *             the tag name of this new XHtmlTagTool
+	 *             the tag name of the new XHtmlTagTool
 	 * @param value
-	 *            the tag value of this new XHtmlTagTool which is the tag body
+	 *            the tag value of the new XHtmlTagTool which is the tag body
 	 * @throws IllegalArgumentException
 	 *             if <code>name</code> is empty
