Index: /trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/IGUIElement.java
===================================================================
--- /trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/IGUIElement.java	(revision 594)
+++ /trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/IGUIElement.java	(revision 595)
@@ -10,5 +10,7 @@
 
 /**
+ * <p>
  * TODO comment
+ * </p>
  * 
  * @version $Revision: $ $Date: $
@@ -18,9 +20,15 @@
     
     /**
-     *
+     * <p>
+     * TODO comment
+     * </p>
      */
     public IGUIElementSpec getSpecification();
 
     /**
+     * <p>
+     * TODO comment
+     * </p>
+     *  
      * @param other
      * @return
@@ -29,8 +37,15 @@
 
     /**
-     * 
+     * <p>
+     * TODO comment
+     * </p>
      */
     public int hashCode();
 
-    public void updateSpecification(IGUIElementSpec specToIntegrateElementFor);
+    /**
+     * <p>
+     * TODO comment
+     * </p>
+     */
+    public void updateSpecification(IGUIElementSpec furtherSpec);
 }
