Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hotfix-#1869] [connector-jdbc-base] Using Collections.singletonList …
…returns an unmodifiable list, but modifications are made in the code
- Loading branch information
38fed40
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这样改不妥哦,在需要改内容的地方直接 再new 一个出来就可以了