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 2621)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/connector/Connector.java	(revision 2622)
@@ -62,5 +62,5 @@
 
 	/**
-	 * Initializes the connector. This method will be called on the start of the
+	 * Initializes the connector. This method will be called at the start of the
 	 * webapp.
 	 * 
@@ -68,4 +68,6 @@
 	 *            eg. to get the real path of a file for example.
 	 */
+	// TODO throw exceptions if init has failed due to some reason (e.g.
+	// SecurityMananger)
 	public void init(final ServletContext servletContext);
 
