提交 a92b1725 编写于 作者: S Serge Rider

Progress monitor log fix

上级 a1ad14d7
......@@ -274,6 +274,7 @@ public class SQLContextInformer
@Override
protected IStatus run(DBRProgressMonitor monitor)
{
monitor.beginTask("Read metadata information", 1);
cache.references = new ArrayList<>();
try {
......@@ -363,6 +364,7 @@ public class SQLContextInformer
}
finally {
cache.loading = false;
monitor.done();
}
return Status.OK_STATUS;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册