Исправление бага с пробелами. v++
This commit is contained in:
@@ -150,8 +150,7 @@ public abstract class TestingPlanner<P extends TestingPackage> {
|
||||
Print("package " + testingPackage.id + " NEEDS TO KILL");
|
||||
Kill();
|
||||
UpdatePackageState(TasksPackageState.Aborted);
|
||||
ServerCommand(ServerCode.DeleteObjectByPK,
|
||||
new Pair(TestingPackageToKill.class, ptk_id));
|
||||
ServerCommand(ServerCode.DeleteObjectByPK, new Pair(TestingPackageToKill.class, ptk_id));
|
||||
} else {
|
||||
Session();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user