Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tchrapovic committed Feb 16, 2024
1 parent cc6e124 commit bce29e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected IModel<String> createPageTitleModel() {
return createStringResource("RoleMining.page.cluster.title");
}

private boolean canShowWizard() {
protected boolean canShowWizard() {
return isWizardPanel();
}

Expand Down

0 comments on commit bce29e3

Please sign in to comment.