Skip to content

Commit

Permalink
Replace removed io.quarkus.qute.api.CheckedTemplate annotation
Browse files Browse the repository at this point in the history
A breaking change introduced by quarkusio/quarkus#16468
  • Loading branch information
kshpak committed Apr 15, 2021
1 parent 6102998 commit 5c2e067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import javax.ws.rs.core.Response;

import io.quarkus.mailer.MailTemplate;
import io.quarkus.qute.api.CheckedTemplate;
import io.quarkus.qute.CheckedTemplate;
import io.smallrye.mutiny.Uni;

@Path("/mail")
Expand Down

0 comments on commit 5c2e067

Please sign in to comment.