blob: 71823aa31c10f3bec49c2ee4052c1268f8c04f60 [file] [log] [blame]
package org.eclipse.ptp.proxy.debug.command;
public class ProxyDebugListInfoThreadsCommand extends AbstractProxyDebugCommand implements IProxyDebugCommand {
public ProxyDebugListInfoThreadsCommand(String bits) {
super(LISTINFOTHREADS, bits);
}
public ProxyDebugListInfoThreadsCommand(int transID, String[] args) {
super(LISTINFOTHREADS, transID, args);
}
}