Changeset 219 for trunk/EventBenchCore/src/de
- Timestamp:
- 09/28/11 11:57:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchCore/src/de/ugoe/cs/eventbench/assertions/AssertEvent.java
r216 r219 5 5 import de.ugoe.cs.eventbench.data.ReplayableEvent; 6 6 7 8 7 /** 9 8 * <p> … … 11 10 * </p> 12 11 * 13 * @author 12 * @author Jeffrey Hall 14 13 * @version 1.0 15 14 * 16 15 * @param <T> 17 * Allows only types that extend {@link IReplayable} and is used to18 * 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. 19 18 * 20 19 */ 21 20 public class AssertEvent<T extends IReplayable> extends ReplayableEvent<T> { 22 21 23 22 /** 24 23 * Id for object serialization. 25 24 */ 26 25 private static final long serialVersionUID = 1L; 27 26 28 27 /** 29 28 * <p>
Note: See TracChangeset
for help on using the changeset viewer.