Show
Ignore:
Timestamp:
2008-07-03 00:03:15 (6 months ago)
Author:
mosipov
Message:

JavaDoc issues

Files:
1 modified

Legend:

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

    r2101 r2151  
    3333 
    3434/** 
    35  * Contains the configuration settings for the FCKEditor.<br> 
     35 * Contains the configuration settings for the FCKeditor.<br /> 
    3636 * By adding elements to this collection you can override the settings specified 
    3737 * in the config.js file. 
     
    4747         * Initialize the configuration collection 
    4848         */ 
    49         public FCKeditorConfig() { 
     49        public FCKeditorConfig( ) { 
    5050                super(); 
    5151        }