Skip to content

Commit

Permalink
Merge pull request #33520 from geoand/spring-data-jpa-unused
Browse files Browse the repository at this point in the history
Suppress unused warning in RepositorySupport class
  • Loading branch information
geoand authored May 22, 2023
2 parents ddec570 + c3c61f5 commit f876fc3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import io.quarkus.hibernate.orm.panache.PanacheQuery;
import io.quarkus.hibernate.orm.panache.common.runtime.AbstractJpaOperations;

@SuppressWarnings("unused") // the methods of this class are invoked in the generated bytecode
public final class RepositorySupport {

private RepositorySupport() {
Expand Down

0 comments on commit f876fc3

Please sign in to comment.