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/ConfigurationServiceInterface.java

    r1011 r1067  
    4141 * configuration data. 
    4242 * 
    43  * On this level only primitve types String, int, long and boolean are used. 
    44  * The wellformed and complex typed interfaces for the specific services are 
     43 * On this level only primitive types String, int, long and boolean are used. 
     44 * The well formed and complex typed interfaces for the specific services are 
    4545 * using this more simple interface. 
    4646 * 
    4747 * A factory method is provided to get the service specific typed interface. 
    48  * The service specifc, wellformed and typed interfaces and their 
    49  * implementationsis are generated by XSLT. 
     48 * The service specific, well formed and typed interfaces and their 
     49 * implementation is generated by XSLT. 
    5050 * 
    5151 * For notifications of cache updates a registration for a ConfigurationListener