Skip to content

Commit

Permalink
Remove not necessary classes from base index
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo42 committed May 3, 2024
1 parent d36a5ec commit 2b20d86
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,6 @@ private Index createBaseIndex() {
try {
Indexer indexer = new Indexer();
indexer.indexClass(HasMetadata.class);
indexer.indexClass(CustomResource.class);
indexer.indexClass(Group.class);
indexer.indexClass(Version.class);
return indexer.complete();
} catch (IOException e) {
throw new RuntimeException(e);
Expand Down

0 comments on commit 2b20d86

Please sign in to comment.