Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-05-03 10:21:00 +0000
committerUwe Stieber2012-05-03 10:21:45 +0000
commitaab503339d581e8d648ea2264e1ef76d592ec693 (patch)
tree08d0e26db0ec70a141dbc3074bc0273342b8e6c4 /target_explorer/plugins/org.eclipse.tcf.te.launch.ui
parent23b78ff68f8835172a86f7cfa2b93bdf5794229d (diff)
downloadorg.eclipse.tcf-aab503339d581e8d648ea2264e1ef76d592ec693.tar.gz
org.eclipse.tcf-aab503339d581e8d648ea2264e1ef76d592ec693.tar.xz
org.eclipse.tcf-aab503339d581e8d648ea2264e1ef76d592ec693.zip
Target Explorer: Fix inconsistency in javadoc's
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.launch.ui')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/selection/LaunchSelectionManager.java2
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/tabs/AbstractLaunchConfigurationTab.java20
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/tabs/launchcontext/AbstractContextSelectorControl.java4
3 files changed, 13 insertions, 13 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/selection/LaunchSelectionManager.java b/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/selection/LaunchSelectionManager.java
index 65e108d0d..2029001a4 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/selection/LaunchSelectionManager.java
+++ b/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/selection/LaunchSelectionManager.java
@@ -355,7 +355,7 @@ public class LaunchSelectionManager {
* <p>
* <b>Note:</b> This method will return null if called from a non-UI thread!
*
- * @param partId The part id. Must be not <code>null</code>.
+ * @param partId The part id. Must not be <code>null</code>.
* @return The structured selection if the workbench part or <code>null</code>.
*/
public static IStructuredSelection getPartSelection(String partId) {
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/tabs/AbstractLaunchConfigurationTab.java b/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/tabs/AbstractLaunchConfigurationTab.java
index 87a3ff8fd..d6379ed67 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/tabs/AbstractLaunchConfigurationTab.java
+++ b/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/tabs/AbstractLaunchConfigurationTab.java
@@ -65,8 +65,8 @@ public abstract class AbstractLaunchConfigurationTab extends org.eclipse.debug.u
* has changed compared to the already stored value under the given attribute id or
* if the attribute id has not been stored yet.
*
- * @param wc The launch configuration working copy instance to apply the attribute to. Must be not <code>null</code>.
- * @param attributeId The attribute id to store the attribute value under. Must be not <code>null</code>.
+ * @param wc The launch configuration working copy instance to apply the attribute to. Must not be <code>null</code>.
+ * @param attributeId The attribute id to store the attribute value under. Must not be <code>null</code>.
* @param attributeValue The attribute value to store under the given attribute id.
*
* @see DefaultPersistenceDelegate
@@ -81,8 +81,8 @@ public abstract class AbstractLaunchConfigurationTab extends org.eclipse.debug.u
* has changed compared to the already stored value under the given attribute id or
* if the attribute id has not been stored yet.
*
- * @param wc The launch configuration working copy instance to apply the attribute to. Must be not <code>null</code>.
- * @param attributeId The attribute id to store the attribute value under. Must be not <code>null</code>.
+ * @param wc The launch configuration working copy instance to apply the attribute to. Must not be <code>null</code>.
+ * @param attributeId The attribute id to store the attribute value under. Must not be <code>null</code>.
* @param attributeValue The attribute value to store under the given attribute id.
*
* @see DefaultPersistenceDelegate
@@ -98,8 +98,8 @@ public abstract class AbstractLaunchConfigurationTab extends org.eclipse.debug.u
* if the attribute id has not been stored yet. If the attribute value is <code>null</code>,
* the attribute id will be removed from the given launch configuration working copy.
*
- * @param wc The launch configuration working copy instance to apply the attribute to. Must be not <code>null</code>.
- * @param attributeId The attribute id to store the attribute value under. Must be not <code>null</code>.
+ * @param wc The launch configuration working copy instance to apply the attribute to. Must not be <code>null</code>.
+ * @param attributeId The attribute id to store the attribute value under. Must not be <code>null</code>.
* @param attributeValue The attribute value to store under the given attribute id.
*
* @see DefaultPersistenceDelegate
@@ -115,8 +115,8 @@ public abstract class AbstractLaunchConfigurationTab extends org.eclipse.debug.u
* if the attribute id has not been stored yet. If the attribute value is <code>null</code>,
* the attribute id will be removed from the given launch configuration working copy.
*
- * @param wc The launch configuration working copy instance to apply the attribute to. Must be not <code>null</code>.
- * @param attributeId The attribute id to store the attribute value under. Must be not <code>null</code>.
+ * @param wc The launch configuration working copy instance to apply the attribute to. Must not be <code>null</code>.
+ * @param attributeId The attribute id to store the attribute value under. Must not be <code>null</code>.
* @param attributeValue The attribute value to store under the given attribute id.
*
* @see DefaultPersistenceDelegate
@@ -132,8 +132,8 @@ public abstract class AbstractLaunchConfigurationTab extends org.eclipse.debug.u
* if the attribute id has not been stored yet. If the attribute value is <code>null</code>,
* the attribute id will be removed from the given launch configuration working copy.
*
- * @param wc The launch configuration working copy instance to apply the attribute to. Must be not <code>null</code>.
- * @param attributeId The attribute id to store the attribute value under. Must be not <code>null</code>.
+ * @param wc The launch configuration working copy instance to apply the attribute to. Must not be <code>null</code>.
+ * @param attributeId The attribute id to store the attribute value under. Must not be <code>null</code>.
* @param attributeValue The attribute value to store under the given attribute id.
*
* @see DefaultPersistenceDelegate
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/tabs/launchcontext/AbstractContextSelectorControl.java b/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/tabs/launchcontext/AbstractContextSelectorControl.java
index b611475cf..0436bab83 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/tabs/launchcontext/AbstractContextSelectorControl.java
+++ b/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/org/eclipse/tcf/te/launch/ui/tabs/launchcontext/AbstractContextSelectorControl.java
@@ -864,7 +864,7 @@ public abstract class AbstractContextSelectorControl extends AbstractDecoratedDi
* Returns the message text for the given message id. Subclass in case different
* message text should be used for standard messages.
*
- * @param messageId The message id. Must be not <code>null</code>.
+ * @param messageId The message id. Must not be <code>null</code>.
* @return The message text.
*/
protected String getMessageForId(String messageId) {
@@ -877,7 +877,7 @@ public abstract class AbstractContextSelectorControl extends AbstractDecoratedDi
* message types should by used for standard messages. The default implementation
* returns the proposed message type unchanged.
*
- * @param messageId The message id. Must be not <code>null</code>.
+ * @param messageId The message id. Must not be <code>null</code>.
* @param proposed The proposed message type.
* @return The message type for the given message id.
*/

Back to the top