Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.core/core/org/eclipse/debug/internal/core/IMementoConstants.java')
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/internal/core/IMementoConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/IMementoConstants.java b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/IMementoConstants.java
index ed9f1e870..e0dfab43c 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/IMementoConstants.java
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/IMementoConstants.java
@@ -14,7 +14,7 @@ public interface IMementoConstants {
// These persistence constant is stored in XML. Do not
// change it.
public static final String TAG_FACTORY_ID = "factoryID"; //$NON-NLS-1$
-
+
public static final String TAG_EDITOR_STATE = "editorState"; //$NON-NLS-1$
public static final String MEMENTO_ITEM = "item"; //$NON-NLS-1$

Back to the top