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