Dave Brosius created CLOUDSTACK-2565:
----------------------------------------
Summary: ExternalLoadBalancerDeviceVO's gslbProvider setter is a
nop
Key: CLOUDSTACK-2565
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2565
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: API
Affects Versions: 4.0.2
Reporter: Dave Brosius
Assignee: Dave Brosius
Priority: Trivial
Attachments: 2565.txt
public void setGslbProvider(boolean gslbProvider) {
gslbProvider = gslbProvider;
}
is missing a this.
added in patch
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira