Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.gastro.rcp.table/src/org/gastro/rcp/internal/table/Activator.java')
-rw-r--r--plugins/org.gastro.rcp.table/src/org/gastro/rcp/internal/table/Activator.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/org.gastro.rcp.table/src/org/gastro/rcp/internal/table/Activator.java b/plugins/org.gastro.rcp.table/src/org/gastro/rcp/internal/table/Activator.java
index 64e0ba26fe..8f25fdc943 100644
--- a/plugins/org.gastro.rcp.table/src/org/gastro/rcp/internal/table/Activator.java
+++ b/plugins/org.gastro.rcp.table/src/org/gastro/rcp/internal/table/Activator.java
@@ -22,6 +22,8 @@ import org.osgi.framework.BundleContext;
/**
* The activator class controls the plug-in life cycle
+ *
+ * @author Eike Stepper
*/
public class Activator extends AbstractUIPlugin
{
@@ -61,7 +63,7 @@ public class Activator extends AbstractUIPlugin
/**
* Returns the shared instance
- *
+ *
* @return the shared instance
*/
public static Activator getDefault()
@@ -71,7 +73,7 @@ public class Activator extends AbstractUIPlugin
/**
* Returns an image descriptor for the image file at the given plug-in relative path
- *
+ *
* @param path
* the path
* @return the image descriptor

Back to the top