Index: trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/eventcore/WindowsMessageType.java
===================================================================
--- trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/eventcore/WindowsMessageType.java	(revision 2146)
+++ trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/eventcore/WindowsMessageType.java	(revision 2215)
@@ -98,6 +98,4 @@
      * </p>
      * 
-     * @param msgType
-     *            type of the message
      * @return true if it is a keyboard interaction; false otherwise
      */
@@ -123,6 +121,4 @@
      * </p>
      * 
-     * @param msgType
-     *            type of the message
      * @return true if it is mouse-down message; false otherwise
      */
@@ -152,6 +148,4 @@
      * </p>
      * 
-     * @param msgType
-     *            type of the message
      * @return true if it is a double click message; false otherwise
      */
@@ -181,6 +175,4 @@
      * </p>
      * 
-     * @param msgType
-     *            type of the message
      * @return true if it is mouse-up message; false otherwise
      */
Index: trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/guimodel/MFCGUIElementSpec.java
===================================================================
--- trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/guimodel/MFCGUIElementSpec.java	(revision 2146)
+++ trunk/autoquest-plugin-mfc/src/main/java/de/ugoe/cs/autoquest/plugin/mfc/guimodel/MFCGUIElementSpec.java	(revision 2215)
@@ -205,5 +205,5 @@
      * </p>
      * 
-     * @param text
+     * @param newName
      *            new name of the window
      */
@@ -223,5 +223,5 @@
      * </p>
      * 
-     * @param text
+     * @param newHwnd
      *            new name of the window
      */
