Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/moka/org.eclipse.papyrus.moka/src/org/eclipse/papyrus/moka/debug/MokaValue.java')
-rw-r--r--extraplugins/moka/org.eclipse.papyrus.moka/src/org/eclipse/papyrus/moka/debug/MokaValue.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/extraplugins/moka/org.eclipse.papyrus.moka/src/org/eclipse/papyrus/moka/debug/MokaValue.java b/extraplugins/moka/org.eclipse.papyrus.moka/src/org/eclipse/papyrus/moka/debug/MokaValue.java
index 15309bca7c0..bbf476896d2 100644
--- a/extraplugins/moka/org.eclipse.papyrus.moka/src/org/eclipse/papyrus/moka/debug/MokaValue.java
+++ b/extraplugins/moka/org.eclipse.papyrus.moka/src/org/eclipse/papyrus/moka/debug/MokaValue.java
@@ -48,7 +48,7 @@ public class MokaValue extends MokaDebugElement implements IValue {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.debug.core.model.IValue#getReferenceTypeName()
*/
public String getReferenceTypeName() throws DebugException {
@@ -72,7 +72,7 @@ public class MokaValue extends MokaDebugElement implements IValue {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.debug.core.model.IValue#getValueString()
*/
public String getValueString() throws DebugException {
@@ -96,7 +96,7 @@ public class MokaValue extends MokaDebugElement implements IValue {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.debug.core.model.IValue#isAllocated()
*/
public boolean isAllocated() throws DebugException {
@@ -106,7 +106,7 @@ public class MokaValue extends MokaDebugElement implements IValue {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.debug.core.model.IValue#getVariables()
*/
public IVariable[] getVariables() throws DebugException {
@@ -130,7 +130,7 @@ public class MokaValue extends MokaDebugElement implements IValue {
/*
* (non-Javadoc)
- *
+ *
* @see org.eclipse.debug.core.model.IValue#hasVariables()
*/
public boolean hasVariables() throws DebugException {

Back to the top