Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Daniel2013-12-09 18:24:21 +0000
committerKrzysztof Daniel2013-12-09 21:44:18 +0000
commite68ffe41281328dfb97e02f49327bd040d01b7b9 (patch)
tree30f9759acc012a584791bd7ebe7b6537d4521fe0 /bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox
parent0f6f5ff14d908f4ed5a850bbe9f46a23a607da5c (diff)
downloadrt.equinox.p2-e68ffe41281328dfb97e02f49327bd040d01b7b9.tar.gz
rt.equinox.p2-e68ffe41281328dfb97e02f49327bd040d01b7b9.tar.xz
rt.equinox.p2-e68ffe41281328dfb97e02f49327bd040d01b7b9.zip
bug 418662 - Get rid of compile warnings in official build -
org.eclipse.ecf.provider.filetransfer Change-Id: Ib768c55c6eb09d6dd95664137e8b7b853f2f594b Signed-off-by: Krzysztof Daniel <kdaniel@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox')
-rw-r--r--bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java b/bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
index 0cb1a8a7a..0a4d01f3c 100644
--- a/bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
+++ b/bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java
@@ -24,6 +24,7 @@ import org.osgi.util.tracker.ServiceTracker;
* This activator has helper methods to get file transfer service tracker, and
* for making sure required ECF bundles are started.
*/
+@SuppressWarnings("restriction")
public class Activator implements BundleActivator {
public static final String ID = "org.eclipse.equinox.p2.transport.ecf"; //$NON-NLS-1$

Back to the top