Changeset 219


Ignore:
Timestamp:
09/28/11 11:57:27 (13 years ago)
Author:
jhall
Message:

Formated by 'Source -> Format'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchCore/src/de/ugoe/cs/eventbench/assertions/AssertEvent.java

    r216 r219  
    55import de.ugoe.cs.eventbench.data.ReplayableEvent; 
    66 
    7  
    87/** 
    98 * <p> 
     
    1110 * </p> 
    1211 *  
    13  * @author  Jeffrey Hall 
     12 * @author Jeffrey Hall 
    1413 * @version 1.0 
    1514 *  
    1615 * @param <T> 
    17  *          Allows only types that extend {@link IReplayable} and is used to 
    18  *          define the type of the assertion. 
     16 *            Allows only types that extend {@link IReplayable} and is used to 
     17 *            define the type of the assertion. 
    1918 *  
    2019 */ 
    2120public class AssertEvent<T extends IReplayable> extends ReplayableEvent<T> { 
    22          
     21 
    2322        /** 
    2423         * Id for object serialization. 
    2524         */ 
    2625        private static final long serialVersionUID = 1L; 
    27          
     26 
    2827        /** 
    2928         * <p> 
Note: See TracChangeset for help on using the changeset viewer.