Index: /FCKeditor.Java/branches/2.4/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java
===================================================================
--- /FCKeditor.Java/branches/2.4/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java	(revision 1908)
+++ /FCKeditor.Java/branches/2.4/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java	(revision 1909)
@@ -81,5 +81,5 @@
 		UtilsFile.checkDirAndCreate(defaultUserFilesDir);
 
-		// FIXME wrong spelling
+		// FIXME bad spelling
 		logger.info("ConnectorServlet successfull initialized!");
 	}
@@ -184,4 +184,5 @@
 	 * HTML file with a javascript command in it.
 	 */
+	@SuppressWarnings("unchecked")
 	public void doPost(HttpServletRequest request, HttpServletResponse response)
 	        throws ServletException, IOException {
