Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/core/org/eclipse/debug/core/model/ILogicalStructureTypeDelegate2.java')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/model/ILogicalStructureTypeDelegate2.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/ILogicalStructureTypeDelegate2.java b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/ILogicalStructureTypeDelegate2.java
index ff5f4e8b8..004453d0b 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/ILogicalStructureTypeDelegate2.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/ILogicalStructureTypeDelegate2.java
@@ -29,14 +29,14 @@ package org.eclipse.debug.core.model;
* @see org.eclipse.debug.core.ILogicalStructureType
*/
public interface ILogicalStructureTypeDelegate2 {
-
+
/**
* Returns a simple description of the logical structure provided by this
* structure type delegate, for the given value.
* Cannot return <code>null</code>. This method is only called if this
* logical structure type delegate returns <code>true</code> for
* <code>providesLogicalStructure(IValue)</code>.
- *
+ *
* @param value a value a description is requested for
* @return a simple description of the logical structure provided by this
* structure type delegate, for the given value

Back to the top