Skip to content

Commit

Permalink
titus: fix casing of loadbalancingEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslin committed Mar 26, 2018
1 parent c941d0b commit 5714b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public Boolean isAutoscalingEnabled() {
return autoscalingEnabled;
}

public Boolean isloadBalancingEnabled() {
public Boolean isLoadBalancingEnabled() {
return loadBalancingEnabled;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class NetflixTitusCredentials implements AccountCredentials<TitusCredentials> {
return autoscalingEnabled
}

boolean isloadBalancingEnabled() {
boolean isLoadBalancingEnabled() {
return loadBalancingEnabled
}

Expand Down

0 comments on commit 5714b4f

Please sign in to comment.