Skip to content

Commit

Permalink
fix(javadoc): Load balancer provider typo (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander authored and jtk54 committed Nov 1, 2017
1 parent 9df172b commit d00dd7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Each cloud provider-specific controller will implement this interface (it already does
* implicitly, this interface just makes it explicit). Then, this interface will be merged into the
* LoadBalancerProvider interface while each controller will merge with its
* <Cloud>LoadBalancerProvider.
* &lt;Cloud &gt;LoadBalancerProvider.
*/
public interface LoadBalancerProvider<T extends LoadBalancer> {
String getCloudProvider();
Expand Down

0 comments on commit d00dd7d

Please sign in to comment.