Skip to content

Commit

Permalink
for #701, add toString with super with InsertStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Apr 8, 2018
1 parent edde31d commit f8dedd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
*/
@Getter
@Setter
@ToString
@ToString(callSuper = true)
public final class InsertStatement extends DMLStatement {

private final Collection<Column> columns = new LinkedList<>();
Expand Down

0 comments on commit f8dedd5

Please sign in to comment.