From a9bf4df0985cff5b08a554a8ad49d7b549137864 Mon Sep 17 00:00:00 2001
From: Dongyue Mou <mou@fortiss.org>
Date: Tue, 31 Jan 2012 15:31:16 +0000
Subject: [PATCH] code reviewed refs 311

---
 .../base/ui/dialog/ElementTreeSingleSelectDialogGUI.java    | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/dialog/ElementTreeSingleSelectDialogGUI.java b/org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/dialog/ElementTreeSingleSelectDialogGUI.java
index 8a0c7c2fb..bef811a4e 100644
--- a/org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/dialog/ElementTreeSingleSelectDialogGUI.java
+++ b/org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/dialog/ElementTreeSingleSelectDialogGUI.java
@@ -36,7 +36,7 @@ import org.eclipse.wb.swt.ResourceManager;
  * @author mou
  * @author $Author$
  * @version $Rev$
- * @ConQAT.Rating YELLOW Hash: E9B801D34A35667BE57FE4CC17EFA6B9
+ * @ConQAT.Rating YELLOW Hash: 462DB0F8E313BA5B1E43BA25EEE098D2
  */
 public class ElementTreeSingleSelectDialogGUI extends Composite {
 
@@ -113,18 +113,22 @@ public class ElementTreeSingleSelectDialogGUI extends Composite {
 		return elementTreeViewer;
 	}
 
+	/** Get the create button */
 	public Button getCreateButton() {
 		return createButton;
 	}
 
+	/** Get the delete button */
 	public Button getDeleteButton() {
 		return deleteButton;
 	}
 
+	/** Get the edit button */
 	public Button getEditButton() {
 		return editButton;
 	}
 
+	/** Get the tool bar */
 	public Composite getLeftToolBar() {
 		return lefttoolbar;
 	}
-- 
GitLab