Index: /trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/FileEqualsAssertEventType.java
===================================================================
--- /trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/FileEqualsAssertEventType.java	(revision 778)
+++ /trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/FileEqualsAssertEventType.java	(revision 779)
@@ -1,2 +1,3 @@
+
 package de.ugoe.cs.quest.assertions;
 
@@ -4,17 +5,25 @@
 
 /**
- * 
  * <p>
- * TODO comment
+ * Event type for FileEquals assertions.
  * </p>
  * 
- * @version $Revision: $ $Date: Aug 16, 2012$
- * @author 2012, last modified by $Author: sherbold$
+ * @version 1.0
+ * @author Steffen Herbold
  */
 public class FileEqualsAssertEventType implements IEventType {
 
-    /**  */
+    /**
+     * <p>
+     * Id for object serialization.
+     * </p>
+     */
     private static final long serialVersionUID = 1L;
 
+    /*
+     * (non-Javadoc)
+     * 
+     * @see de.ugoe.cs.quest.eventcore.IEventType#getName()
+     */
     @Override
     public String getName() {
Index: /trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/TextEqualsAssertEventType.java
===================================================================
--- /trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/TextEqualsAssertEventType.java	(revision 778)
+++ /trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/TextEqualsAssertEventType.java	(revision 779)
@@ -1,2 +1,3 @@
+
 package de.ugoe.cs.quest.assertions;
 
@@ -4,17 +5,23 @@
 
 /**
+ * </p> Event type for TextEquals assertions. </p>
  * 
- * <p>
- * TODO comment
- * </p>
- * 
- * @version $Revision: $ $Date: Aug 16, 2012$
- * @author 2012, last modified by $Author: sherbold$
+ * @version 1.0
+ * @author Steffen Herbold
  */
 public class TextEqualsAssertEventType implements IEventType {
 
-    /**  */
+    /**
+     * <p>
+     * Id for object serialization.
+     * </p>
+     */
     private static final long serialVersionUID = 1L;
 
+    /*
+     * (non-Javadoc)
+     * 
+     * @see de.ugoe.cs.quest.eventcore.IEventType#getName()
+     */
     @Override
     public String getName() {
Index: /trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/TextEqualsReplay.java
===================================================================
--- /trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/TextEqualsReplay.java	(revision 778)
+++ /trunk/quest-core-assertions/src/main/java/de/ugoe/cs/quest/assertions/TextEqualsReplay.java	(revision 779)
@@ -83,14 +83,4 @@
      * (non-Javadoc)
      * 
-     * @see de.ugoe.cs.quest.eventcore.IReplayable#getTarget()
-     */
-    // @Override TODO
-    public String getTarget() {
-        return target;
-    }
-
-    /*
-     * (non-Javadoc)
-     * 
      * @see de.ugoe.cs.quest.eventcore.IReplayable#getDecorator()
      */
