no message

This commit is contained in:
2024-10-20 21:59:39 +03:00
parent 99643aa755
commit fda2940a79
95 changed files with 872 additions and 817 deletions

View File

@@ -132,21 +132,4 @@ public abstract class Component extends DBObject implements Loggable {
public boolean isNecessary() {
return true;
}
@Override
public Object getFieldAt(int columnIndex) {
switch (columnIndex) {
case 2:
return getComponentType().getDescription();
case 3:
return version;
case 4:
return actual_version;
case 5:
return date_text;
case 6:
return getState();
default:
return null;
}
}
}