changeset 52:c07f1c349a42

Add minor doc to NewBundleDialog
author Omair Majid <omajid@redhat.com>
date Tue, 31 Dec 2013 12:50:09 -0500
parents 8a82967da2ac
children 83595fd45fcc
files src/com/redhat/thermostat/plugin/eclipse/editor/NewBundleDialog.java
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/com/redhat/thermostat/plugin/eclipse/editor/NewBundleDialog.java	Tue Dec 31 12:35:22 2013 -0500
+++ b/src/com/redhat/thermostat/plugin/eclipse/editor/NewBundleDialog.java	Tue Dec 31 12:50:09 2013 -0500
@@ -19,6 +19,11 @@
 import com.redhat.thermostat.plugin.eclipse.BundleInformation;
 import com.redhat.thermostat.plugin.eclipse.BundleInformationExtractor;
 
+/**
+ * Prompt the user to enter or select a bundle name/version.
+ *
+ * Used by the command edit page.
+ */
 public class NewBundleDialog extends TitleAreaDialog {
 
     private BundleInformation bundleInfo;