Index: trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/HTMLLogTextInputPseudomizer.java
===================================================================
--- trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/HTMLLogTextInputPseudomizer.java	(revision 1276)
+++ trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/HTMLLogTextInputPseudomizer.java	(revision 1277)
@@ -37,5 +37,7 @@
 /**
  * <p>
- * TODO comment
+ * pseudomizes the text entered in text input events by replacing it with an MD5 hash. For this, it
+ * parses a given file and dumps a replacement, in which all text input events have an MD5 hash
+ * as entered text. If the events already have an MD5 hash, it stays unchanged.
  * </p>
  * 
@@ -87,5 +89,5 @@
      * called to pseudomize all text inputs in the given log file. The given file is read
      * completely. All GUI elements are written to an output file as they are. All events are
-     * written to an output file as they are, as well, as long as they do not represent test inputs.
+     * written to an output file as they are, as well, as long as they do not represent text inputs.
      * If they are text input events, the entered text is replaced by its hash value for
      * pseudomizing the text input. Finally, the original log file is deleted and replaced by
