提交 4ca9b99b authored 作者: Noel Grandin's avatar Noel Grandin

stupid mistake

上级 401e069b
...@@ -82,7 +82,7 @@ public abstract class Table extends SchemaObjectBase { ...@@ -82,7 +82,7 @@ public abstract class Table extends SchemaObjectBase {
/** /**
* views that depend on this table * views that depend on this table
*/ */
private AtomicReference<CopyOnWriteArrayList<TableView>> dependentViews; private final AtomicReference<CopyOnWriteArrayList<TableView>> dependentViews = new AtomicReference<>();
private ArrayList<TableSynonym> synonyms; private ArrayList<TableSynonym> synonyms;
private boolean checkForeignKeyConstraints = true; private boolean checkForeignKeyConstraints = true;
private boolean onCommitDrop, onCommitTruncate; private boolean onCommitDrop, onCommitTruncate;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论