From 2f7b91dea55ee313298e7e713636d980bad91f22 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Tue, 20 Jul 2004 21:42:11 +0000 Subject: [PATCH] Cleanup. --- debug/org.eclipse.cdt.debug.core/ChangeLog | 4 ++++ .../internal/core/ICDebugInternalConstants.java | 12 ++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog index 69f2e0f6403..ce724fce69e 100644 --- a/debug/org.eclipse.cdt.debug.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.core/ChangeLog @@ -1,3 +1,7 @@ +2004-07-20 Mikhail Khodjaiants + Cleanup. + * ICDebugInternalConstants.java + 2004-07-20 Mikhail Khodjaiants Cleanup. * CStackFrame.java diff --git a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/ICDebugInternalConstants.java b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/ICDebugInternalConstants.java index 8eb2beed95f..f5d3607600f 100644 --- a/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/ICDebugInternalConstants.java +++ b/debug/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/internal/core/ICDebugInternalConstants.java @@ -8,21 +8,17 @@ * Contributors: * QNX Software Systems - Initial API and implementation *******************************************************************************/ - package org.eclipse.cdt.debug.internal.core; /** - * * Definitions of the internal constants for C/C++ Debug plug-in. - * - * @since: Sep 25, 2002 */ -public class ICDebugInternalConstants -{ - /* +public class ICDebugInternalConstants { + + /** * Status handler codes. */ public static final int STATUS_CODE_QUESTION = 10000; public static final int STATUS_CODE_INFO = 10001; public static final int STATUS_CODE_ERROR = 10002; -} +} \ No newline at end of file