[Bug 303523] LTTng/TMF udpates:
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / project / dialogs / NewExperimentDialog.java
index 8bfee691f20b1c0bdd98f51e17d209a2837e28df..16f33a54d28d52f2de6a3cd044cdaaffdd08cc9b 100644 (file)
@@ -112,6 +112,11 @@ public class NewExperimentDialog extends SelectionStatusDialog {
                                        public String getValue() {
                                                return folderNameField.getText();
                                        }
+
+                                       public IResource getResource() {
+                                               // TODO Auto-generated method stub
+                                               return null;
+                                       }
                                });
        }
 
@@ -326,4 +331,4 @@ public class NewExperimentDialog extends SelectionStatusDialog {
 
                super.okPressed();
        }
-}
+}
\ No newline at end of file
This page took 0.025378 seconds and 5 git commands to generate.