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/training/WekaLocalFQTraining.java

    r135 r136  
    574574     *  
    575575     * @author Alexander Trautsch 
     576     * @param <T> type of the instance 
    576577     */ 
    577578    public class QuadTreePayload<T> { 
     
    615616         * </p> 
    616617         * 
    617          * @return 
     618         * @return the instance 
    618619         */ 
    619620        public T getInst() { 
Note: See TracChangeset for help on using the changeset viewer.