Commit 24f0ea27a3c973b9311838f920840bdd64c392be

Authored by 张志伟
2 parents 7e5e0933 f36f3da7

Merge remote-tracking branch 'origin/dev' into 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() {
... ...