~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to systemtap/org.eclipse.linuxtools.systemtap.ui.logging/src/org/eclipse/linuxtools/internal/systemtap/ui/logging/LoggingPlugin.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        /**
34
34
         * This method is called upon plug-in activation
35
35
         */
 
36
        @Override
36
37
        public void start(BundleContext context) throws Exception {
37
38
                super.start(context);
38
39
        }
40
41
        /**
41
42
         * This method is called when the plug-in is stopped
42
43
         */
 
44
        @Override
43
45
        public void stop(BundleContext context) throws Exception {
44
46
                super.stop(context);
45
47
                plugin = null;