Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/ConnectorHandler.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/ConnectorHandler.java	(revision 2795)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/ConnectorHandler.java	(revision 2796)
@@ -55,4 +55,5 @@
 								"Connector implementation {} could not be instantiated",
 								className);
+				// TODO should be throw a RuntimeException here
 			}
 		}
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 2795)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/LocalizedMessages.java	(revision 2796)
@@ -103,4 +103,5 @@
 									"LocaleResolver implementation {} could not be instantiated",
 									className);
+					// TODO should be throw a RuntimeException here
 				}
 		}
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java	(revision 2795)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java	(revision 2796)
@@ -60,4 +60,5 @@
 								"UserAction implementation {} could not be instantiated",
 								className);
+				// TODO should be throw a RuntimeException here
 			}
 		}
@@ -78,4 +79,5 @@
 								"UserPathsBuilder implementation {} could not be instantiated",
 								className);
+				// TODO should be throw a RuntimeException here
 			}
 		}
