Skip to content

Commit

Permalink
Suppress unused warning in RepositorySupport class
Browse files Browse the repository at this point in the history
The methods of this class are used in generated code
  • Loading branch information
geoand committed May 22, 2023
1 parent 0f99bf0 commit c3c61f5
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 c3c61f5

Please sign in to comment.