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:
parent
8b3a47453a
commit
cd35d1037b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue