Skip to content

Commit

Permalink
Merge pull request #44132 from RapTho/patch-1
Browse files Browse the repository at this point in the history
Update getting-started-reactive.adoc
  • Loading branch information
geoand authored Oct 31, 2024
2 parents 88d274b + 337ba3e commit 5a6aebd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/asciidoc/getting-started-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ Create the `src/main/java/org/acme/hibernate/orm/panache/FruitResource.java` fil
----
package org.acme.hibernate.orm.panache;
import java.util.List;
import io.quarkus.panache.common.Sort;
import io.smallrye.mutiny.Uni;
import jakarta.enterprise.context.ApplicationScoped;
import jakarta.ws.rs.Path;
Expand Down

0 comments on commit 5a6aebd

Please sign in to comment.