Show
Ignore:
Timestamp:
07/08/08 19:13:20 (4 years ago)
Author:
amandel
Message:

Javadoc typos fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/java/org/jcoderz/commons/config/ConfigurationServiceImpl.java

    r1011 r1067  
    4242 * Implementation of the ConfigurationService business methods. 
    4343 * 
    44  * This class holds all business logic of the service to fetch specifc 
     44 * This class holds all business logic of the service to fetch specific 
    4545 * configuration data. 
    4646 * Implementing the business interface ConfigurationServiceInterface. 
    4747 * 
    48  * On this level only primitve types String, int, long and boolean are used. 
    49  * The wellformed and complex typed interfaces for the specific services are 
     48 * On this level only primitive types String, int, long and boolean are used. 
     49 * The well-formed and complex typed interfaces for the specific services are 
    5050 * using this more simple interface. 
    5151 * 
    5252 * IMPORTANT: 
    53  * Because of XDoclet Bug in current version, we define deligators to the super 
     53 * Because of XDoclet Bug in current version, we define delegators to the super 
    5454 * class with ejb-tags here. 
    5555 * These should be deleted if XDoclet is fixed. 
     
    8585   } 
    8686 
    87   
     87 
    8888   /** {@inheritDoc} */ 
    8989   public ServiceConfiguration getServiceConfiguration ( 
     
    106106 
    107107   // IMPORTANT: 
    108    // Because of XDoclet Bug in current version, we define the deligators 
     108   // Because of XDoclet Bug in current version, we define the delegators 
    109109   // here with ejb-tags. 
    110110   // Normally the implementation from CommonImpl is already inherited.