diff options
| author | Jeanderson Candido | 2014-02-14 16:12:43 +0000 |
|---|---|---|
| committer | Lars Vogel | 2014-02-14 16:45:16 +0000 |
| commit | 51e47a85dccd4a95ecd1e0549103ffe19cb5d260 (patch) | |
| tree | 7428012b0086958a8c351557d984576de010249e | |
| parent | c7a2449c12bbeb7bdecb48338d4ea407c50df272 (diff) | |
| download | eclipse.platform.ui-51e47a85dccd4a95ecd1e0549103ffe19cb5d260.tar.gz eclipse.platform.ui-51e47a85dccd4a95ecd1e0549103ffe19cb5d260.tar.xz eclipse.platform.ui-51e47a85dccd4a95ecd1e0549103ffe19cb5d260.zip | |
Bug 425962 - Remove (non-Javadoc) @see statements if @Override is used
Removed @see statements for overriden methods in
BindingServiceCreationFunction.
Change-Id: Ifdf67a89de3f320da94354b7527dc07bf56a709a
Signed-off-by: Jeanderson Candido <jeandersonbc@gmail.com>
| -rw-r--r-- | bundles/org.eclipse.e4.ui.bindings/src/org/eclipse/e4/ui/bindings/internal/BindingServiceCreationFunction.java | 9 |
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); |
