Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-09-14 14:28:29 +0000
committerUwe Stieber2013-09-14 14:28:29 +0000
commit0b80b0af5111f3e7d7c7946abf3dd2daa97c12c1 (patch)
treeddb6dc3a161064b3d449f0b8c7550d39fa97baee /target_explorer/plugins
parentf73e359e26de640a5ecf1b7dedb47d42de83f84a (diff)
downloadorg.eclipse.tcf-0b80b0af5111f3e7d7c7946abf3dd2daa97c12c1.tar.gz
org.eclipse.tcf-0b80b0af5111f3e7d7c7946abf3dd2daa97c12c1.tar.xz
org.eclipse.tcf-0b80b0af5111f3e7d7c7946abf3dd2daa97c12c1.zip
Target Explorer: Fix interface javadoc
Diffstat (limited to 'target_explorer/plugins')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/src/org/eclipse/tcf/te/tcf/locator/interfaces/IStepAttributes.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/src/org/eclipse/tcf/te/tcf/locator/interfaces/IStepAttributes.java b/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/src/org/eclipse/tcf/te/tcf/locator/interfaces/IStepAttributes.java
index 2fd7db3d2..579d6f6dd 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/src/org/eclipse/tcf/te/tcf/locator/interfaces/IStepAttributes.java
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/src/org/eclipse/tcf/te/tcf/locator/interfaces/IStepAttributes.java
@@ -1,5 +1,5 @@
/**
- * IModuleLoadDataProperties.java
+ * IStepAttributes.java
* Created on Jul 2, 2013
*
* Copyright (c) 2013 Wind River Systems, Inc.
@@ -11,7 +11,7 @@
package org.eclipse.tcf.te.tcf.locator.interfaces;
/**
- * Keys for module load data.
+ * Step attribute keys.
*/
public interface IStepAttributes {

Back to the top