Index: trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/EventGenerator.java
===================================================================
--- trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/EventGenerator.java	(revision 844)
+++ trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/EventGenerator.java	(revision 849)
@@ -31,5 +31,5 @@
 /**
  * <p>
- * Translates sequences of windows messages into {@link WindowsEvent}s that can be used by the
+ * Translates sequences of windows messages into {@link Event}s that can be used by the
  * QUEST core libraries.
  * </p>
@@ -124,5 +124,5 @@
     /**
      * <p>
-     * Tries to match the rules to the given sequence to generate an {@link WindowsEvent}.
+     * Tries to match the rules to the given sequence to generate an {@link Event}.
      * </p>
      * <p>
Index: trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/eventcore/ReplayWindowsMessage.java
===================================================================
--- trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/eventcore/ReplayWindowsMessage.java	(revision 844)
+++ trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/eventcore/ReplayWindowsMessage.java	(revision 849)
@@ -48,11 +48,9 @@
     /**
      * <p>
-     * Constructor. Creates a new message with a given message type.
-     * </p>
-     * 
-     * @param type
-     *            type of the message
-     * @param currentMessageParameters 
-     * @param target 
+     * Constructor. Creates a new replay message with a given {@link WindowsMessage}.
+     * </p>
+     * 
+     * @param replayedMessage
+     *            message from which the replay is generated
      */
     public ReplayWindowsMessage(WindowsMessage replayedMessage)
@@ -84,5 +82,5 @@
     /**
      * <p>
-     * Two {@link ReplayWindowsMessage} are equal, if their {@link #type}, {@link #xmlWindowDescription},
+     * Two {@link ReplayWindowsMessage} are equal, if their {@link #type}, {@link #getTargetXML},
      * and {@link #params} are equal.
      * </p>
Index: trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/eventcore/WindowsMessage.java
===================================================================
--- trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/eventcore/WindowsMessage.java	(revision 844)
+++ trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/eventcore/WindowsMessage.java	(revision 849)
@@ -72,11 +72,13 @@
     /**
      * <p>
-     * Constructor. Creates a new message with a given message type.
+     * Constructor. Creates a new message with a given message's type, target, and parameters.
      * </p>
      * 
      * @param type
      *            type of the message
-     * @param currentMessageParameters
      * @param target
+     *            target of the message
+     * @param messageParameters
+     *            parameters of the message
      */
     public WindowsMessage(WindowsMessageType type,
@@ -175,5 +177,5 @@
     /**
      * <p>
-     * Two {@link WindowsMessage} are equal, if their {@link #type}, {@link #xmlWindowDescription},
+     * Two {@link WindowsMessage} are equal, if their {@link #type}, {@link #getTargetXML},
      * and {@link #params} are equal.
      * </p>
