Skip to content

Commit

Permalink
fix: initialize uncategorized array (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli committed Feb 9, 2024
1 parent 0659c3a commit 8d710f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public StubPackageToc() {
visibleCategories.put(STUBS, new ArrayList<>());
visibleCategories.put(SETTINGS, new ArrayList<>());
visibleCategories.put(CALLABLE_FACTORIES, new ArrayList<>());
visibleCategories.put(UNCATEGORIZED, new ArrayList<>());
}

public void addStub(TocItem tocItem) {
Expand Down

0 comments on commit 8d710f4

Please sign in to comment.