Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Connector.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Connector.java	(revision 3583)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Connector.java	(revision 3584)
@@ -83,7 +83,7 @@
 	/**
 	 * Returns a list of file attributes from the backend. Use the pre-defined
-	 * keys to put file attributes into the file map. The file length can be any
-	 * instance of {@link Number}, its long value will be taken as the final
-	 * value.
+	 * keys ({@value #KEY_NAME}, {@value #KEY_SIZE}) to put file attributes into
+	 * the file map. The file length can be any instance of {@link Number}, its
+	 * long value will be taken as the final value.
 	 * 
 	 * @param type
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java	(revision 3583)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java	(revision 3584)
@@ -65,4 +65,13 @@
 	}
 
+	/**
+	 * Passes a GET request to the dispatcher.
+	 * 
+	 * @throws IOException
+	 *             if an input or output error is detected when the servlet
+	 *             handles the GET request
+	 * @throws ServletException
+	 *             if the request for the GET could not be handled
+	 */
 	@Override
 	protected void doGet(final HttpServletRequest request,
@@ -95,4 +104,13 @@
 	}
 
+	/**
+	 * Passes a POST request to the dispatcher.
+	 * 
+	 * @throws IOException
+	 *             if an input or output error is detected when the servlet
+	 *             handles the request
+	 * @throws ServletException
+	 *             if the request for the POST could not be handled
+	 */
 	@Override
 	protected void doPost(final HttpServletRequest request,
