Skip to content

Commit ad4478d

Browse files
jasonjoo2010jason-joo
authored andcommitted
remove author info for RoundRobinLoadBalance
1 parent e4725cd commit ad4478d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dubbo-cluster/src/main/java/com/alibaba/dubbo/rpc/cluster/loadbalance/RoundRobinLoadBalance.java

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
* Round robin load balance.
3535
*
3636
* Smoothly round robin's implementation @since 2.6.5
37-
* @author jason
38-
*
3937
*/
4038
public class RoundRobinLoadBalance extends AbstractLoadBalance {
4139
public static final String NAME = "roundrobin";

0 commit comments

Comments
 (0)