Ignore:
Timestamp:
08/05/14 10:00:41 (10 years ago)
Author:
sherbold
Message:
File:
1 edited

Legend:

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

    r2 r4  
    77/** 
    88 * Implements the interface for loading software versions from a data source. 
     9 *  
    910 * @author Steffen Herbold 
    1011 */ 
    1112public interface IVersionLoader { 
    12          
     13 
    1314        /** 
    14          * Sets the location of the data.  
    15          * @param location location of the data 
     15         * Sets the location of the data. 
     16         *  
     17         * @param location 
     18         *            location of the data 
    1619         */ 
    1720        public void setLocation(String location); 
    18          
     21 
    1922        /** 
    2023         * Loads the data. 
     24         *  
    2125         * @return the data 
    2226         */ 
Note: See TracChangeset for help on using the changeset viewer.