From 6232a59826730d3a7b3010d9b225307b72c64e21 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Wed, 16 Aug 2006 15:18:34 +0000 Subject: [PATCH] [cleanup] fixing javadoc errors --- .../src/org/eclipse/dstore/extra/Activator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rse/plugins/org.eclipse.dstore.extra/src/org/eclipse/dstore/extra/Activator.java b/rse/plugins/org.eclipse.dstore.extra/src/org/eclipse/dstore/extra/Activator.java index e0ae0ead431..367ae369f64 100644 --- a/rse/plugins/org.eclipse.dstore.extra/src/org/eclipse/dstore/extra/Activator.java +++ b/rse/plugins/org.eclipse.dstore.extra/src/org/eclipse/dstore/extra/Activator.java @@ -50,7 +50,7 @@ public class Activator extends Plugin { } /** - * Returns the shared instance. + * @return the shared instance of this plugin. */ public static Activator getDefault() { return plugin;