Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
landawn committed Jul 9, 2022
1 parent af5d620 commit 598a3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/com/landawn/abacus/samples/JdbcTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public void test_generateEntityClass() {
.generateBuilder(true)
.build();

String str = JdbcUtil.generateEntityClass(dataSource, "account", ecc);
String str = JdbcUtil.generateEntityClass(dataSource, "user", ecc);
System.out.println(str);

ecc = EntityCodeConfig.builder()
Expand Down

0 comments on commit 598a3c5

Please sign in to comment.