no message

This commit is contained in:
2023-11-23 01:17:36 +03:00
parent e852443100
commit 1bb97187fe
3 changed files with 11 additions and 11 deletions

View File

@@ -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() {