Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Dispatcher.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Dispatcher.java	(revision 2736)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Dispatcher.java	(revision 2737)
@@ -35,5 +35,4 @@
 import net.fckeditor.handlers.Command;
 import net.fckeditor.handlers.ConnectorHandler;
-import net.fckeditor.handlers.ExtensionsHandler;
 import net.fckeditor.handlers.PropertiesLoader;
 import net.fckeditor.handlers.RequestCycleHandler;
@@ -66,5 +65,4 @@
  * @version $Id$
  */
-// TODO maybe rename to ConnectorDispatcher?
 public class Dispatcher {
 	private static final Logger logger = LoggerFactory
@@ -108,5 +106,4 @@
 		GetResponse getResponse = null;
 		// check parameters
-		// TODO should we move the parameter check to Context -> throws an exception?
 		if (!Command.isValidForGet(context.getCommandStr()))
 			getResponse = GetResponse.getErrorInvalidCommand();
@@ -238,5 +235,4 @@
 			uploadResponse = UploadResponse.getErrorFileUploadDisabled();
 		// check parameters  
-		// TODO should we move the parameter check to Context -> throws an exception?
 		else if (!Command.isValidForPost(context.getCommandStr()))
 			uploadResponse = UploadResponse.getErrorInvalidCommand();
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/Context.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/Context.java	(revision 2736)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/requestcycle/Context.java	(revision 2737)
@@ -36,5 +36,4 @@
  * @version $Id$
  */
-// TODO is Context an appropriate name?
 public class Context {
 	// This is just a helper class which has no relevance for the logger
