HHH-16830: fix checkstyle in tenant binder

This commit is contained in:
Dmitrii Karmanov 2024-05-24 20:28:05 +02:00 committed by Christian Beikov
parent e721a37691
commit b20680dbd8
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class TenantIdBinder implements AttributeBinder<TenantId> {
singletonMap( PARAMETER_NAME, tenantIdType ),
Collections.emptyMap(),
true,
true
true
)
);
}