Skip to content

Commit b5eda6e

Browse files
authored
Merge pull request #9402 from lordofthejars/patch-2
Minor fix in Hibernate multitenancy docs.
2 parents 524b382 + 64feceb commit b5eda6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/hibernate-orm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ import io.quarkus.arc.Unremovable;
593593
import io.quarkus.hibernate.orm.runtime.tenant.TenantResolver;
594594
import io.vertx.ext.web.RoutingContext;
595595
596-
@@RequestScoped
596+
@RequestScoped
597597
@Unremovable
598598
public class CustomTenantResolver implements TenantResolver {
599599

0 commit comments

Comments
 (0)