Commit dab49799f97b542da60fecb88773ce695ca6e4c3

Authored by 张志伟
2 parents a074bec1 24f0ea27

Merge remote-tracking branch 'origin/test'

fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/strategy/impl/IRFollowStrategy.java
... ... @@ -42,6 +42,7 @@ import static cn.fw.common.businessvalidator.Validator.BV;
42 42 */
43 43 @Slf4j
44 44 @Component
  45 +@SuppressWarnings("Duplicates")
45 46 public class IRFollowStrategy extends AbstractFollowStrategy {
46 47 @Override
47 48 public FollowTypeEnum getFollowType() {
... ...