Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/core/org/eclipse/debug/core/model/IVariable.java')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/model/IVariable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IVariable.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IVariable.java
index 9b444f037..4966faff7 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IVariable.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/IVariable.java
@@ -69,7 +69,7 @@ public interface IVariable extends IDebugElement, IValueModification {
* </ul>
*/
String getName() throws DebugException;
-
+
/**
* Returns a description of the type of data this variable is declared to
* reference. Note that the declared type of a variable and the concrete

Back to the top