no message
This commit is contained in:
@@ -36,6 +36,8 @@ public class TestDBTable extends iDBTable<Test> {
|
||||
return object.description;
|
||||
case 3:
|
||||
return object.dim;
|
||||
case 4:
|
||||
return object.files;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
@@ -43,7 +45,7 @@ public class TestDBTable extends iDBTable<Test> {
|
||||
@Override
|
||||
public String[] getUIColumnNames() {
|
||||
return new String[]{
|
||||
"имя", "размерность"};
|
||||
"имя", "размерность", "файлы"};
|
||||
}
|
||||
@Override
|
||||
public Current CurrentName() {
|
||||
|
||||
Reference in New Issue
Block a user