From 2ad197f9ae0a124f635c07ff05cc5c5e9ed1cb61 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Wed, 4 Dec 2002 14:46:13 +0000 Subject: [PATCH] Updated comment to remove my name from the file. --- .../src/org/eclipse/cdt/debug/mi/core/CygwinGDBDebugger.java | 2 -- .../eclipse/cdt/debug/mi/core/command/CygwinCommandFactory.java | 2 -- .../cdt/debug/mi/core/command/CygwinMIEnvironmentDirectory.java | 2 -- 3 files changed, 6 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/CygwinGDBDebugger.java b/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/CygwinGDBDebugger.java index 8a056eef8f5..e0d563aed43 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/CygwinGDBDebugger.java +++ b/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/CygwinGDBDebugger.java @@ -14,8 +14,6 @@ import org.eclipse.core.runtime.IPath; import org.eclipse.debug.core.ILaunchConfiguration; /** - * @author Doug Schaefer - * * Cygwin GDB Debugger overrides the GDB Debugger to apply the Cygwin * Command Factory to the MI Session. */ diff --git a/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/CygwinCommandFactory.java b/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/CygwinCommandFactory.java index 16d0e408f8c..2ca72c38e47 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/CygwinCommandFactory.java +++ b/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/CygwinCommandFactory.java @@ -7,8 +7,6 @@ package org.eclipse.cdt.debug.mi.core.command; /** - * @author Doug Schaefer - * * Cygwin Command Factory overrides the regular Command Factory to allow for * commands to take into account the cygwin environment. */ diff --git a/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/CygwinMIEnvironmentDirectory.java b/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/CygwinMIEnvironmentDirectory.java index ddccb06f4a9..3265bee8822 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/CygwinMIEnvironmentDirectory.java +++ b/debug/org.eclipse.cdt.debug.mi.core/src/org/eclipse/cdt/debug/mi/core/command/CygwinMIEnvironmentDirectory.java @@ -12,8 +12,6 @@ import org.eclipse.cdt.core.CommandLauncher; import org.eclipse.core.runtime.Path; /** - * @author Doug Schaefer - * * Cygwin implementation of the MIEnvironmentDirectory command. In the cygwin * environment, the paths are DOS paths and need to be converted to cygwin * style paths before passing them to gdb.