no message
This commit is contained in:
@@ -71,9 +71,9 @@ public class DVMConfigurationDBTable extends iDBTable<DVMConfiguration> {
|
||||
case 4:
|
||||
return object.printAuto();
|
||||
case 5:
|
||||
return object.getGroupsNamesArray();
|
||||
return object.getGroupsDescriptions();
|
||||
case 6:
|
||||
return object.testsCount;
|
||||
return object.getTestsCount();
|
||||
//---
|
||||
case 7:
|
||||
return Utils.unpackStrings(object.flags, true);
|
||||
|
||||
Reference in New Issue
Block a user