mirror of
https://github.com/vran-dev/databasir.git
synced 2025-10-18 21:21:47 +08:00
fix: checkstyle
This commit is contained in:
@@ -12,13 +12,13 @@ import java.util.Optional;
|
||||
import static com.databasir.dao.Tables.OAUTH_APP;
|
||||
|
||||
@Repository
|
||||
public class OAuthAppDao extends BaseDao<OauthAppPojo> {
|
||||
public class OauthAppDao extends BaseDao<OauthAppPojo> {
|
||||
|
||||
@Autowired
|
||||
@Getter
|
||||
private DSLContext dslContext;
|
||||
|
||||
public OAuthAppDao() {
|
||||
public OauthAppDao() {
|
||||
super(OAUTH_APP, OauthAppPojo.class);
|
||||
}
|
||||
|
Reference in New Issue
Block a user