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

(cherry picked from commit 66fbb2f)
  • Loading branch information
zakkak authored and aloubyansky committed Oct 31, 2023
1 parent 1751acf commit 8c6414e
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 8c6414e

Please sign in to comment.