Skip to content

Commit

Permalink
Fix operand
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Jan 5, 2025
1 parent ceee0da commit 5406027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ import <%= entityAbsolutePackage %>.service.<%= entityClass %>Service;
import <%= entityAbsolutePackage %>.service.dto.<%= dtoClass %>;
import <%= entityAbsolutePackage %>.service.mapper.<%= entityClass %>Mapper;
<%_ } _%>
<%_ if (jpaMetamodelFiltering & !reactive) { _%>
<%_ if (jpaMetamodelFiltering && !reactive) { _%>
import <%= entityAbsolutePackage %>.service.criteria.<%= entityClass %>Criteria;
<%_ } _%>
import com.fasterxml.jackson.databind.ObjectMapper;
Expand Down

0 comments on commit 5406027

Please sign in to comment.