Skip to content

Commit

Permalink
Update DaoGenerator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperBeagleDog authored Nov 4, 2016
1 parent 72f00c6 commit ad99b0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public DaoGenerator() throws IOException {
templateEntity = config.getTemplate("entity.ftl");
templateDaoUtils = config.getTemplate("dao-utils.ftl");
templateDaoUnitTest = config.getTemplate("dao-unit-test.ftl");
templateGProperty = config.getTemplate("dao-gproperty");
templateGProperty = config.getTemplate("dao-gproperty.ftl");
templateContentProvider = config.getTemplate("content-provider.ftl");
}

Expand Down

0 comments on commit ad99b0f

Please sign in to comment.