Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IHeapStatusConstants.java')
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IHeapStatusConstants.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IHeapStatusConstants.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IHeapStatusConstants.java
index 6f4ce261218..8371d7d3f1a 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IHeapStatusConstants.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/IHeapStatusConstants.java
@@ -24,11 +24,11 @@ public interface IHeapStatusConstants {
/**
* Preference key for the update interval (value in milliseconds).
*/
- String PREF_UPDATE_INTERVAL = "HeapStatus.updateInterval"; //$NON-NLS-1$
+ String PREF_UPDATE_INTERVAL = "HeapStatus.updateInterval"; //$NON-NLS-1$
- /**
- * Preference key for whether to show max heap, if available (value is boolean).
- */
- String PREF_SHOW_MAX = "HeapStatus.showMax"; //$NON-NLS-1$
+ /**
+ * Preference key for whether to show max heap, if available (value is boolean).
+ */
+ String PREF_SHOW_MAX = "HeapStatus.showMax"; //$NON-NLS-1$
}

Back to the top