Skip to content

Commit

Permalink
Merge pull request #9402 from lordofthejars/patch-2
Browse files Browse the repository at this point in the history
Minor fix in Hibernate multitenancy docs.
  • Loading branch information
geoand authored May 18, 2020
2 parents 524b382 + 64feceb commit b5eda6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/hibernate-orm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ import io.quarkus.arc.Unremovable;
import io.quarkus.hibernate.orm.runtime.tenant.TenantResolver;
import io.vertx.ext.web.RoutingContext;
@@RequestScoped
@RequestScoped
@Unremovable
public class CustomTenantResolver implements TenantResolver {
Expand Down

0 comments on commit b5eda6e

Please sign in to comment.