рефакторинг серверной части сапфора.
This commit is contained in:
@@ -7,14 +7,4 @@ public class TestingPackageToKill extends iDBObject {
|
||||
public int type = 0; // 0 - dvm /1 - sapfor
|
||||
public TestingPackageToKill() {
|
||||
}
|
||||
public TestingPackageToKill(DVMPackage dvmPackage) {
|
||||
packageId = dvmPackage.id;
|
||||
type = 0;
|
||||
}
|
||||
/*
|
||||
public TestingPackagetoKill(SAPFORPackage sapforPackage){
|
||||
packageId = sapforPackage.id;
|
||||
type = 1;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user