From dbfdf7ff8c7b280fcb0de6dce480c92043c81a8e Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Wed, 29 Aug 2012 21:07:11 +0300 Subject: Add @Override annotations. Change-Id: I956f021d38154bde02f85fb52679929537bb48be --- .../eclipse/linuxtools/systemtap/ui/tests/SystemtapGuiTestsPlugin.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systemtap/org.eclipse.linuxtools.systemtap.ui.tests') diff --git a/systemtap/org.eclipse.linuxtools.systemtap.ui.tests/src/org/eclipse/linuxtools/systemtap/ui/tests/SystemtapGuiTestsPlugin.java b/systemtap/org.eclipse.linuxtools.systemtap.ui.tests/src/org/eclipse/linuxtools/systemtap/ui/tests/SystemtapGuiTestsPlugin.java index d943b9d4f3..47651af609 100644 --- a/systemtap/org.eclipse.linuxtools.systemtap.ui.tests/src/org/eclipse/linuxtools/systemtap/ui/tests/SystemtapGuiTestsPlugin.java +++ b/systemtap/org.eclipse.linuxtools.systemtap.ui.tests/src/org/eclipse/linuxtools/systemtap/ui/tests/SystemtapGuiTestsPlugin.java @@ -57,6 +57,7 @@ public class SystemtapGuiTestsPlugin extends AbstractUIPlugin { * (non-Javadoc) * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext) */ + @Override public void start(BundleContext context) throws Exception { super.start(context); plugin = this; @@ -66,6 +67,7 @@ public class SystemtapGuiTestsPlugin extends AbstractUIPlugin { * (non-Javadoc) * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext) */ + @Override public void stop(BundleContext context) throws Exception { plugin = null; super.stop(context); -- cgit v1.2.3