interface name consistency
This commit is contained in:
@@ -10,7 +10,7 @@ typedef PID = Int;
|
||||
class ProcessManager {
|
||||
private static final processList = new Map<PID, ProcessHandle>();
|
||||
|
||||
public static function run(process:Process, config:HandleConfig):PID {
|
||||
public static function run(process:IProcess, config:HandleConfig):PID {
|
||||
var pid = createPID();
|
||||
var handle = new ProcessHandle(config, pid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user