Skip to content

Commit

Permalink
remove author info for RoundRobinLoadBalance
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjoo2010 authored and jason-joo committed Oct 28, 2018
1 parent 46f95bf commit 18d0e8b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@

/**
* Round robin load balance.
*
* @author jason
*/
public class RoundRobinLoadBalance extends AbstractLoadBalance {
public static final String NAME = "roundrobin";
Expand Down

0 comments on commit 18d0e8b

Please sign in to comment.