Ignore:
Timestamp:
07/18/16 13:44:58 (8 years ago)
Author:
sherbold
Message:
  • more code documentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CrossPare/src/de/ugoe/cs/cpdp/ExperimentConfiguration.java

    r135 r136  
    188188     * Constructor. Creates a new configuration from a given file. 
    189189     *  
    190      * @param filename 
     190     * @param file 
    191191     *            handle of the file from the configuration is loaded. 
    192192     * @throws ExperimentConfigurationException 
     
    414414    } 
    415415 
     416    /** 
     417     * <p> 
     418     * returns the result storages 
     419     * </p> 
     420     * 
     421     * @return result storages 
     422     */ 
    416423    public List<IResultStorage> getResultStorages() { 
    417424        return resultStorages; 
Note: See TracChangeset for help on using the changeset viewer.