Skip to content

Commit

Permalink
Fix return type of hibernate-search substitution
Browse files Browse the repository at this point in the history
Complementary to quarkusio#35847
  • Loading branch information
zakkak authored and holly-cummins committed Feb 8, 2024
1 parent 5120f78 commit 52a8697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
final class Substitute_JandexBehavior {

@Substitute
public static <T> T doWithJandex(JandexBehavior.JandexOperation operation) {
public static void doWithJandex(JandexBehavior.JandexOperation operation) {
throw new IllegalStateException("Jandex should not be used at runtime.");
}

Expand Down

0 comments on commit 52a8697

Please sign in to comment.