рефакторинг. переносил текущие объекты в другое место
This commit is contained in:
@@ -62,9 +62,9 @@ public class ExportDVMPackageToExcel extends Pass<Vector<DVMPackage>> {
|
||||
if (Global.testingServer.db.dvmPackages.getCheckedCount() > 0) {
|
||||
target = Global.testingServer.db.dvmPackages.getCheckedItems();
|
||||
} else {
|
||||
if (Current_.Check(Log, Current.DVMPackage)) {
|
||||
if (Global.mainModule.Check(Log, Current.DVMPackage)) {
|
||||
target = new Vector<>();
|
||||
target.add(Current.getDVMPackage());
|
||||
target.add(Global.mainModule.getDVMPackage());
|
||||
} else return false;
|
||||
}
|
||||
Vector<Integer> packagesToDownload = new Vector<>();
|
||||
|
||||
Reference in New Issue
Block a user