interface name consistency
This commit is contained in:
@@ -2,10 +2,10 @@ package bin;
|
||||
|
||||
import kernel.ps.ProcessManager;
|
||||
import kernel.ps.ProcessHandle;
|
||||
import kernel.ps.Process;
|
||||
import kernel.ps.IProcess;
|
||||
|
||||
@:build(macros.Binstore.includeBin("LSPS", ["lsps"]))
|
||||
class LSPS implements Process {
|
||||
class LSPS implements IProcess {
|
||||
public function new() {}
|
||||
|
||||
public function run(handle:ProcessHandle) {
|
||||
|
||||
Reference in New Issue
Block a user