no message

This commit is contained in:
2024-10-20 17:44:30 +03:00
parent 3f42f61c76
commit a042f24833
59 changed files with 34 additions and 234 deletions

View File

@@ -60,7 +60,7 @@ public abstract class DBObject implements Selectable, Serializable {
selected = src.selected;
}
//---------для отображения.
public Object getFieldAt(int coulmnIndex){
public Object getFieldAt(int coulmnIndex) {
return null;
}
}