This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new ab67673348 Add Getters and Setters to tableview, fixes #5866 (#5867)
ab67673348 is described below
commit ab67673348995f19fad08ed8e38b5d996dc5f80e
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Oct 22 14:13:05 2025 +0200
Add Getters and Setters to tableview, fixes #5866 (#5867)
---
ui/src/main/java/org/apache/hop/ui/core/widget/TableView.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/main/java/org/apache/hop/ui/core/widget/TableView.java
b/ui/src/main/java/org/apache/hop/ui/core/widget/TableView.java
index 38cb5113ac..2c1e3d2e2f 100644
--- a/ui/src/main/java/org/apache/hop/ui/core/widget/TableView.java
+++ b/ui/src/main/java/org/apache/hop/ui/core/widget/TableView.java
@@ -3708,7 +3708,7 @@ public class TableView extends Composite {
void delete(int[] items);
}
- @Setter
+ @Setter @Getter
private ITableViewModifyListener tableViewModifyListener =
new ITableViewModifyListener() {
@Override