Show
Ignore:
Timestamp:
2008-04-11 22:26:28 (7 months ago)
Author:
mosipov
Message:

small improvements

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java

    r1905 r1909  
    8181                UtilsFile.checkDirAndCreate(defaultUserFilesDir); 
    8282 
    83                 // FIXME wrong spelling 
     83                // FIXME bad spelling 
    8484                logger.info("ConnectorServlet successfull initialized!"); 
    8585        } 
     
    184184         * HTML file with a javascript command in it. 
    185185         */ 
     186        @SuppressWarnings("unchecked") 
    186187        public void doPost(HttpServletRequest request, HttpServletResponse response) 
    187188                throws ServletException, IOException {