HHH-16830: fix checkstyle in tenant binder
This commit is contained in:
parent
e721a37691
commit
b20680dbd8
|
@ -60,7 +60,7 @@ public class TenantIdBinder implements AttributeBinder<TenantId> {
|
||||||
singletonMap( PARAMETER_NAME, tenantIdType ),
|
singletonMap( PARAMETER_NAME, tenantIdType ),
|
||||||
Collections.emptyMap(),
|
Collections.emptyMap(),
|
||||||
true,
|
true,
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue