Index: trunk/quest-ui-swt/src/main/java/de/ugoe/cs/quest/ui/swt/ShowGuiModelDialog.java
===================================================================
--- trunk/quest-ui-swt/src/main/java/de/ugoe/cs/quest/ui/swt/ShowGuiModelDialog.java	(revision 847)
+++ trunk/quest-ui-swt/src/main/java/de/ugoe/cs/quest/ui/swt/ShowGuiModelDialog.java	(revision 849)
@@ -23,12 +23,4 @@
 import org.eclipse.swt.widgets.Label;
 
-/**
- * <p>
- * TODO comment
- * </p>
- * 
- * @version $Revision: $ $Date: Aug 28, 2012$
- * @author 2012, last modified by $Author: sherbold$
- */
 public class ShowGuiModelDialog extends Dialog {
 
@@ -38,10 +30,4 @@
     protected GUIModel model;
 
-    /**
-     * Create the dialog.
-     * 
-     * @param parent
-     * @param style
-     */
     public ShowGuiModelDialog(Shell parent, int style, GUIModel model, String modelName) {
         super(parent, style);
@@ -50,9 +36,4 @@
     }
 
-    /**
-     * Open the dialog.
-     * 
-     * @return the result
-     */
     public void open() {
         createContents();
@@ -67,7 +48,4 @@
     }
 
-    /**
-     * Create contents of the dialog.
-     */
     private void createContents() {
         shell = new Shell(getParent(), SWT.SHELL_TRIM | SWT.BORDER | SWT.APPLICATION_MODAL);
