Skip to content

Commit 64feceb

Browse files
Minor fix in docs.
1 parent 524b382 commit 64feceb

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)