Skip to content

Commit

Permalink
doc: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Jan 25, 2023
1 parent bf8d53f commit 5f55946
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@
import org.springframework.stereotype.Component;
import org.springframework.web.client.RestTemplate;


/**
* @author ZhouYiXun
* @des 机器人推送相关工具类
* @date 2021/8/15 18:20
*/
@Component
public class RobotMsgTool {
private final Logger logger = LoggerFactory.getLogger(RobotMsgTool.class);

@Autowired
private RobotFactory robotFactory;
Expand Down

0 comments on commit 5f55946

Please sign in to comment.