Show
Ignore:
Timestamp:
2008-06-23 00:00:48 (7 months ago)
Author:
mosipov
Message:

NEW - #1968: Javadoc issues

Files:
1 modified

Legend:

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

    r1905 r2101  
    3434/** 
    3535 * Contains the configuration settings for the FCKEditor.<br> 
    36  * Adding element to this collection you can override the settings specified in 
    37  * the config.js file. 
     36 * By adding elements to this collection you can override the settings specified 
     37 * in the config.js file. 
    3838 *  
    3939 * @version $Id$ 
     
    5252 
    5353        /** 
    54          * Generate the url parameter sequence used to pass this configuration to 
    55          * the editor. 
     54         * Generates the url parameter sequence from this configuration which is 
     55         * passed to the editor. 
    5656         *  
    57          * @return html endocode sequence of configuration parameters 
     57         * @return html encoded sequence of configuration parameters 
    5858         */ 
    5959        public String getUrlParams() {