fix: Fix access to field for EE (#25634)
Fixes non-prod compile error caused in EE code, due to access restricted to the `license` field.
This commit is contained in:
parent
d66e634393
commit
f23ae4e3db
|
|
@ -19,7 +19,7 @@ public class TenantConfigurationCE {
|
||||||
|
|
||||||
private String instanceName;
|
private String instanceName;
|
||||||
|
|
||||||
private License license;
|
protected License license;
|
||||||
|
|
||||||
// We add `JsonInclude` here, so that this field is included in the JSON response, even if it is `null`. Reason is,
|
// We add `JsonInclude` here, so that this field is included in the JSON response, even if it is `null`. Reason is,
|
||||||
// if this field is not present, then the existing value in client's state doesn't get updated. It's just the way
|
// if this field is not present, then the existing value in client's state doesn't get updated. It's just the way
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user