Show
Ignore:
Timestamp:
2008-03-13 14:08:42 (8 months ago)
Author:
mosipov
Message:

ASSIGNED - #1896: [Connector] Reworking checking of type parameter

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/src/main/java/net/fckeditor/response/XmlResponse.java

    r1667 r1690  
    7676        /** Error number UNKNOWN ERROR */ 
    7777        public static final int EN_UKNOWN = 110; 
    78  
    79         /** Error message NOT AUTHORIZED FOR BROWSING */ 
    80         public static final String CM_NOT_AUTHORIZED = "The current user isn't authorized for file browsing!"; 
    81          
    82         /** Error message INVALID TYPE SUPPLIED */ 
    83         public static final String CM_INVALID_TYPE = "Invalid resource type specified"; 
    84          
    85         /** Error message INVALID TYPE SUPPLIED */ 
    86         public static final String CM_INVALID_COMMAND = "Invalid command specified"; 
    8778 
    8879        /**