Skip to content

Commit

Permalink
update method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvigarabis committed Feb 1, 2024
1 parent 2c500bc commit 1064aff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static int[] getSizes() {

@Override
public void postRegister() {
addWikiPage(WIKI_PAGE);
addOfficialWikipage(WIKI_PAGE);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ NamespacedKey getStorageKey() {

@Override
public void postRegister() {
addWikiPage(WIKI_PAGE);
addOfficialWikipage(WIKI_PAGE);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ public static int[] getRanges() {

@Override
public void postRegister() {
addWikiPage(WIKI_PAGE);
addOfficialWikipage(WIKI_PAGE);
}
}

0 comments on commit 1064aff

Please sign in to comment.