remove potential NPE

This commit is contained in:
Tadgh 2021-09-14 02:08:42 -04:00
parent 75a16f3b13
commit fb8def21ae
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ public class RuleBuilder implements IAuthRuleBuilder {
private Collection<? extends IIdType> myInCompartmentOwners; private Collection<? extends IIdType> myInCompartmentOwners;
private Collection<IIdType> myAppliesToInstances; private Collection<IIdType> myAppliesToInstances;
private RuleImplOp myRule; private RuleImplOp myRule;
private List<String> myAdditionalSearchParamsForCompartmentTypes; private List<String> myAdditionalSearchParamsForCompartmentTypes = new ArrayList<>();
/** /**
* Constructor * Constructor