Merge remote-tracking branch 'origin/2.2.x'
This commit is contained in:
@@ -62,11 +62,11 @@ public class LoadBalancerCacheProperties {
|
||||
this.ttl = ttl;
|
||||
}
|
||||
|
||||
int getCapacity() {
|
||||
public int getCapacity() {
|
||||
return capacity;
|
||||
}
|
||||
|
||||
void setCapacity(int capacity) {
|
||||
public void setCapacity(int capacity) {
|
||||
this.capacity = capacity;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user