Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceCreationFunction.java9
1 files changed, 1 insertions, 8 deletions
diff --git a/bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceCreationFunction.java b/bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceCreationFunction.java
index d55f631035e..5b59259740b 100644
--- a/bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceCreationFunction.java
+++ b/bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceCreationFunction.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009, 2013 IBM Corporation and others.
+ * Copyright (c) 2009, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -20,13 +20,6 @@ import org.eclipse.e4.core.contexts.IEclipseContext;
*/
public class BindingServiceCreationFunction extends ContextFunction {
- /*
- * (non-Javadoc)
- *
- * @see
- * org.eclipse.e4.core.services.context.spi.ContextFunction#compute(org.eclipse.e4.core.services
- * .context.IEclipseContext, java.lang.Object[])
- */
@Override
public Object compute(IEclipseContext context, String contextKey) {
return ContextInjectionFactory.make(BindingServiceImpl.class, context);

Back to the top