Index: /trunk/EventBenchCore/src/de/ugoe/cs/eventbench/assertions/AssertEvent.java
===================================================================
--- /trunk/EventBenchCore/src/de/ugoe/cs/eventbench/assertions/AssertEvent.java	(revision 218)
+++ /trunk/EventBenchCore/src/de/ugoe/cs/eventbench/assertions/AssertEvent.java	(revision 219)
@@ -5,5 +5,4 @@
 import de.ugoe.cs.eventbench.data.ReplayableEvent;
 
-
 /**
  * <p>
@@ -11,19 +10,19 @@
  * </p>
  * 
- * @author  Jeffrey Hall
+ * @author Jeffrey Hall
  * @version 1.0
  * 
  * @param <T>
- *          Allows only types that extend {@link IReplayable} and is used to
- *          define the type of the assertion.
+ *            Allows only types that extend {@link IReplayable} and is used to
+ *            define the type of the assertion.
  * 
  */
 public class AssertEvent<T extends IReplayable> extends ReplayableEvent<T> {
-	
+
 	/**
 	 * Id for object serialization.
 	 */
 	private static final long serialVersionUID = 1L;
-	
+
 	/**
 	 * <p>
