1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

bug 239050

Added  @Deprecated to a type that was moved out to its own file
This commit is contained in:
Marc Khouzam 2008-07-18 14:22:07 +00:00
parent 8b3a47453a
commit cd35d1037b

View file

@ -24,6 +24,7 @@ import org.eclipse.cdt.core.IProcessInfo;
*/
public class CLIMonitorListProcessesInfo extends MIInfo {
@Deprecated
public class ProcessInfo implements IProcessInfo, Comparable<ProcessInfo> {
int pid;
String name;