Show
Ignore:
Timestamp:
2008-07-02 14:13:03 (6 months ago)
Author:
th-schwarz
Message:

javadoc issues

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/FCKeditor.java

    r2101 r2146  
    167167 
    168168        /** 
    169          * Get the advanced configuation set.<br /> 
     169         * Get the advanced configuration set.<br /> 
    170170         * By adding elements to this collection you can override the settings 
    171171         * specified in the config.js file. 
     
    178178 
    179179        /** 
    180          * Set the advanced configuation set. 
     180         * Set the advanced configuration set. 
    181181         *  
    182182         * @param value 
     
    198198                if (Utils.isEmpty(txt)) 
    199199                        return txt; 
    200                 // TODO Strings are inefficent, use StringBuffer instead 
    201200                txt = txt.replaceAll("&", "&#38;"); 
    202201                txt = txt.replaceAll("<", "&#60;"); 
     
    244243                        String configStr = config.getUrlParams(); 
    245244                        if (Utils.isNotEmpty(configStr)) 
    246                                 // configStr = configStr.substring(1); 
    247245                                strEditor.append(createInputForVariable(null, instanceName.concat("___Config"), 
    248246                                        configStr));