Skip to content

Commit

Permalink
fix #2153, skip toString of actualTables
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Apr 2, 2019
1 parent 8b99619 commit 9f59fff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* @author zhangliang
*/
@Getter
@ToString(exclude = "dataNodeIndexMap")
@ToString(exclude = {"dataNodeIndexMap", "actualTables"})
public final class TableRule {

private final String logicTable;
Expand Down

0 comments on commit 9f59fff

Please sign in to comment.