-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
The implementation:
public EventSubscriptionQuery eventSubscriptionId(String id) {
if (eventSubscriptionId == null)
this.eventSubscriptionId = id;
return this;
}
Obviously it should check if(id == null)