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-editor/src/main/java/eu/etaxonomy/taxeditor/editor/internal/TaxeditorEditorPlugin.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 TaxeditorEditorPlugin extends AbstractUIPlugin {
14 17

  
18
	/** Constant <code>logger</code> */
15 19
	public static final Logger logger = Logger.getLogger(TaxeditorEditorPlugin.class);
16 20
	
17 21
	// The plug-in ID
22
	/** Constant <code>PLUGIN_ID="eu.etaxonomy.taxeditor.editor"</code> */
18 23
	public static final String PLUGIN_ID = "eu.etaxonomy.taxeditor.editor";
19 24

  
20 25
	// The shared instance
......
30 35
	 * (non-Javadoc)
31 36
	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
32 37
	 */
38
	/** {@inheritDoc} */
33 39
	public void start(BundleContext context) throws Exception {
34 40
		super.start(context);
35 41
		
......
44 50
	 * (non-Javadoc)
45 51
	 * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
46 52
	 */
53
	/** {@inheritDoc} */
47 54
	public void stop(BundleContext context) throws Exception {
48 55
		plugin = null;
49 56
		super.stop(context);

Also available in: Unified diff