Changeset 1909
- Timestamp:
- 2008-04-11 22:26:28 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java
r1905 r1909 81 81 UtilsFile.checkDirAndCreate(defaultUserFilesDir); 82 82 83 // FIXME wrongspelling83 // FIXME bad spelling 84 84 logger.info("ConnectorServlet successfull initialized!"); 85 85 } … … 184 184 * HTML file with a javascript command in it. 185 185 */ 186 @SuppressWarnings("unchecked") 186 187 public void doPost(HttpServletRequest request, HttpServletResponse response) 187 188 throws ServletException, IOException {