Skip to content

Commit

Permalink
refs #455 fixed copy&paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbluehweis committed May 3, 2023
1 parent e6a79c6 commit cf6ec34
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -351,7 +351,7 @@ private static boolean isPropertySet(TreeTableView_Properties[] properties, Tree
return properties.length == 0 || Arrays.asList(properties).contains(property);
}

private static String getColumnOrderKey(TableView<?> view) {
private static String getColumnOrderKey(TreeTableView<?> view) {
if (view.getId() != null) {
return view.getId() + "_" + COLUMN_ORDER_KEY;
}
Expand Down

0 comments on commit cf6ec34

Please sign in to comment.