Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.core.net/src/org/eclipse/core/internal/net/Activator.java')
-rw-r--r--bundles/org.eclipse.core.net/src/org/eclipse/core/internal/net/Activator.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.core.net/src/org/eclipse/core/internal/net/Activator.java b/bundles/org.eclipse.core.net/src/org/eclipse/core/internal/net/Activator.java
index 4b692f444..1a5980987 100644
--- a/bundles/org.eclipse.core.net/src/org/eclipse/core/internal/net/Activator.java
+++ b/bundles/org.eclipse.core.net/src/org/eclipse/core/internal/net/Activator.java
@@ -54,11 +54,11 @@ public class Activator implements BundleActivator {
private BundleContext bundleContext;
private ServiceTracker instanceLocationTracker;
-
+
private ServiceRegistration debugRegistration;
private ServiceRegistration proxyService;
-
+
private PreferenceManager preferenceManger;
/**
@@ -71,7 +71,7 @@ public class Activator implements BundleActivator {
/**
* Returns the instance of this plugin.
- *
+ *
* @return the singleton instance of this plug-in class
*/
static public Activator getInstance() {

Back to the top