Closed Airblader closed 5 years ago
What does the bug look like?
When QueryParamGroup#remove is called, we should call setParent(null) on the param.
QueryParamGroup#remove
setParent(null)
What does the bug look like?
When
QueryParamGroup#remove
is called, we should callsetParent(null)
on the param.