Skip to content

Commit

Permalink
eliminate code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jul 8, 2024
1 parent 6bed7e1 commit 0081786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private interface ItemCreator {
NavigationPageItem create(Page pPage);
}

private class ValidLinkableItemCreator implements ItemCreator {
private final class ValidLinkableItemCreator implements ItemCreator {
@Override
public NavigationPageItem create(Page page) {
NavigationPageItem item = createLinkableItem(page);
Expand Down

0 comments on commit 0081786

Please sign in to comment.