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;
}
}

View File

@@ -116,7 +116,7 @@ public class DataSet<K, D extends DBObject> extends DataSetAnchestor {
}
//public Object getFieldAt(D object, int columnIndex) {
// return null;
// }
// }
public void clear() {
Data.clear();
}