Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.ide/src/org/eclipse/linuxtools/internal/systemtap/ui/ide/preferences/SystemTapPreferencePage.java')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.ui.ide/src/org/eclipse/linuxtools/internal/systemtap/ui/ide/preferences/SystemTapPreferencePage.java36
1 files changed, 18 insertions, 18 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/src/org/eclipse/linuxtools/internal/systemtap/ui/ide/preferences/SystemTapPreferencePage.java b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/src/org/eclipse/linuxtools/internal/systemtap/ui/ide/preferences/SystemTapPreferencePage.java
index a1cabed287..9589505a51 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/src/org/eclipse/linuxtools/internal/systemtap/ui/ide/preferences/SystemTapPreferencePage.java
+++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.ide/src/org/eclipse/linuxtools/internal/systemtap/ui/ide/preferences/SystemTapPreferencePage.java
@@ -19,23 +19,23 @@ import org.eclipse.ui.IWorkbenchPreferencePage;
public class SystemTapPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage {
- /**
- * Get the current preferences.
- */
- public SystemTapPreferencePage() {
- super();
- setDescription(Messages.SystemTapPreferencePageDescription);
- }
-
- /**
- * Sets up the field editors for optional change by the user.
- */
- @Override
- public void createFieldEditors() {
- }
-
- @Override
- public void init(IWorkbench workbench) {
- }
+ /**
+ * Get the current preferences.
+ */
+ public SystemTapPreferencePage() {
+ super();
+ setDescription(Messages.SystemTapPreferencePageDescription);
+ }
+
+ /**
+ * Sets up the field editors for optional change by the user.
+ */
+ @Override
+ public void createFieldEditors() {
+ }
+
+ @Override
+ public void init(IWorkbench workbench) {
+ }
}

Back to the top