промежуточный. упорядочил код отображения дат в таблицах
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user