Index: trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/eventcore/HTMLEventTypeFactory.java
===================================================================
--- trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/eventcore/HTMLEventTypeFactory.java	(revision 1053)
+++ trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/eventcore/HTMLEventTypeFactory.java	(revision 1054)
@@ -1,2 +1,15 @@
+//   Copyright 2012 Georg-August-Universität Göttingen, Germany
+//
+//   Licensed under the Apache License, Version 2.0 (the "License");
+//   you may not use this file except in compliance with the License.
+//   You may obtain a copy of the License at
+//
+//       http://www.apache.org/licenses/LICENSE-2.0
+//
+//   Unless required by applicable law or agreed to in writing, software
+//   distributed under the License is distributed on an "AS IS" BASIS,
+//   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+//   See the License for the specific language governing permissions and
+//   limitations under the License.
 
 package de.ugoe.cs.autoquest.plugin.html.eventcore;
@@ -13,13 +26,44 @@
 import de.ugoe.cs.util.console.Console;
 
+/**
+ * <p>
+ * TODO comment
+ * </p>
+ * 
+ * @author Patrick Harms
+ */
 public class HTMLEventTypeFactory {
+    
+    /**  */
     private static HTMLEventTypeFactory instance = new HTMLEventTypeFactory();
 
+    /**
+     * <p>
+     * TODO: comment
+     * </p>
+     *
+     */
     private HTMLEventTypeFactory() {}
 
+    /**
+     * <p>
+     * TODO: comment
+     * </p>
+     *
+     * @return
+     */
     public static HTMLEventTypeFactory getInstance() {
         return instance;
     }
 
+    /**
+     * <p>
+     * TODO: comment
+     * </p>
+     *
+     * @param eventName
+     * @param eventParameters
+     * @return
+     */
     public IEventType getEventType(String eventName, Map<String, String> eventParameters) {
         IInteraction result = null;
Index: trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/guimodel/HTMLGUIElementSpec.java
===================================================================
--- trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/guimodel/HTMLGUIElementSpec.java	(revision 1053)
+++ trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/guimodel/HTMLGUIElementSpec.java	(revision 1054)
@@ -70,4 +70,9 @@
     }
 
+    /**
+     * <p>
+     * TODO: comment
+     * </p>
+     */
     @Override
     public String[] getTypeHierarchy() {
