Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/internal/TaxeditorNavigationPlugin.java
9 9

  
10 10
/**
11 11
 * The activator class controls the plug-in life cycle
12
 *
13
 * @author n.hoffmann
14
 * @version $Id: $
12 15
 */
13 16
public class TaxeditorNavigationPlugin extends AbstractUIPlugin {
14 17

  
15 18
	// The plug-in ID
19
	/** Constant <code>PLUGIN_ID="eu.etaxonomy.taxeditor.navigator"</code> */
16 20
	public static final String PLUGIN_ID = "eu.etaxonomy.taxeditor.navigator";
17 21

  
18 22
	// The shared instance
......
28 32
	 * (non-Javadoc)
29 33
	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
30 34
	 */
35
	/** {@inheritDoc} */
31 36
	public void start(BundleContext context) throws Exception {
32 37
		super.start(context);
33 38

  
......
40 45
	 * (non-Javadoc)
41 46
	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
42 47
	 */
48
	/** {@inheritDoc} */
43 49
	public void stop(BundleContext context) throws Exception {
44 50
		plugin = null;
45 51
		super.stop(context);

Also available in: Unified diff