Skip to content

Commit

Permalink
fix checkstyle for ConnectorMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Lambert-Rao committed Jan 29, 2024
1 parent 9dfb60c commit 378b786
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@

import org.apache.eventmesh.dashboard.console.entity.connector.ConnectorEntity;

import java.util.List;

import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Options;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Update;

import java.util.List;

/**
* Mybatis Mapper for the table of connector.
*/
Expand Down

0 comments on commit 378b786

Please sign in to comment.