Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Weasley-J committed Aug 20, 2022
1 parent 93debad commit 758b238
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
public class DefaultTemplateResolver implements DttTemplateHandler<ModelEntity> {
private static final Logger logger = LoggerFactory.getLogger(DefaultTemplateResolver.class);
@Autowired
private VelocityEngine velocityEngine;
@Autowired
private DttProperties dttProperties;
@Autowired
private TemplateProperties templateProperties;
private VelocityEngine velocityEngine;
@Autowired
private DatabaseHandler databaseHandler;
@Autowired
private TemplateProperties templateProperties;

@Override
public String resolve(ParseFactory<ModelEntity> parseFactory) {
Expand Down

0 comments on commit 758b238

Please sign in to comment.