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 committed Sep 15, 2023
1 parent dc176d0 commit 66fbb2f
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 66fbb2f

Please sign in to comment.