Index: /FCKeditor.Java/branches/2.5-test/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java
===================================================================
--- /FCKeditor.Java/branches/2.5-test/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java	(revision 2496)
+++ /FCKeditor.Java/branches/2.5-test/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java	(revision 2497)
@@ -36,9 +36,8 @@
  * <li>Calling {@link ThreadLocalData#beginRequest(HttpServletRequest)}
  * (It is an object that holds request-based objects.)</li>
- * <li>Dispatching the <code>GET</code> request to
- * {@link Dispatcher#doGet(HttpServletRequest, HttpServletResponse)} and the
- * <code>POST</code> request to
- * {@link Dispatcher#doPost(HttpServletRequest, HttpServletResponse)}.</li>
- * TODO improve the forthcoming sentence, weird English!
+ * <li>Forwarding the requests:
+ * 	<ul><li><code>GET</code> to {@link Dispatcher#doGet(HttpServletRequest, HttpServletResponse)} </li>
+ * 		<li><code>POST</code> to {@link Dispatcher#doPost(HttpServletRequest, HttpServletResponse)}.</li>
+ *  </ul></li>
  * <li>Calling {@link ThreadLocalData#endRequest()} to cleanup all ThreadLocal
  * objects independent of if an exception was thrown or not. That's very
