промежуточный. упорядочил код отображения дат в таблицах

This commit is contained in:
2024-10-30 19:33:52 +03:00
parent 2712b904b1
commit 62e734f725
11 changed files with 28 additions and 24 deletions

View File

@@ -34,7 +34,7 @@ public class ServerSapforsForm extends DataSetControlForm<ServerSapfor> {
new ColumnInfo<ServerSapfor>("дата сборки") {
@Override
public Object getFieldAt(ServerSapfor object) {
return object.getBuildDate();
return object.buildDate;
}
@Override
public Class getRendererClass() {