Skip to content

Commit

Permalink
# fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemeo committed Feb 24, 2024
1 parent be466e8 commit 05ec23a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class JOOQRepository implements Repository {

private final DSLContext dslContext;

@SuppressWarnings("CdiInjectionPointsInspection")
JOOQRepository(DSLContext dslContext) {
this.dslContext = dslContext;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import java.util.Optional;

@Mapper
public interface MyBatisMapperDAO extends CommonSelectMapper, CommonCountMapper {
interface MyBatisMapperDAO extends CommonSelectMapper, CommonCountMapper {

@SelectProvider(type = MyBatisStatementProvider.class, method = "getIsObsoleteAndCitySortedAnotherEntityIds")
@Result(column = "ID")
Expand Down

0 comments on commit 05ec23a

Please sign in to comment.