Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-10-03 16:40:08 +0000
committerUwe Stieber2012-10-03 16:40:08 +0000
commitb5c49b1ecfd3b2aadcc701aa01d33ee601b56301 (patch)
tree413c419af8aa7855e36ca9639d56794a086c2a89 /target_explorer/plugins/org.eclipse.tcf.te.runtime.services
parent64d1b47eccc9a20f7e2fbc5863c8790f8ce927a8 (diff)
downloadorg.eclipse.tcf-b5c49b1ecfd3b2aadcc701aa01d33ee601b56301.tar.gz
org.eclipse.tcf-b5c49b1ecfd3b2aadcc701aa01d33ee601b56301.tar.xz
org.eclipse.tcf-b5c49b1ecfd3b2aadcc701aa01d33ee601b56301.zip
Target Explorer: Fix several issue in handling remote peer associations to static configuration or peers
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.runtime.services')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/IMenuService.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/IMenuService.java b/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/IMenuService.java
index 7b8da18c1..6fd9479f4 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/IMenuService.java
+++ b/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/org/eclipse/tcf/te/runtime/services/interfaces/IMenuService.java
@@ -20,8 +20,8 @@ public interface IMenuService extends IService {
* Tests if or if not the menu contribution identified by the given id is
* visible for the given context.
*
- * @param context The context. Must be not <code>null</code>.
- * @param contributionID The contribution ID. Must be not <code>null</code>.
+ * @param context The context. Must not be <code>null</code>.
+ * @param contributionID The contribution ID. Must not be <code>null</code>.
*
* @return <code>True</code> if the contribution is visible, <code>false</code> otherwise.
*/

Back to the top