提交 002a9daf 编写于 作者: E Evgeny Fradkin

#1599 Mock Data. Unique attributes are highlighted using a bold font.

上级 390e85af
......@@ -170,7 +170,7 @@ public class MockDataWizardPageSettings extends ActiveWizardPage<MockDataExecute
cell.setFont(boldFont);
}
} catch (DBException e) {
log.error("Error checking the attribute '" + attribute.getName() + "' properties");
log.error("Error checking the attribute '" + attribute.getName() + "' properties", e);
}
if (attributeGeneratorProperties != null && attributeGeneratorProperties.isEmpty()) {
cell.setForeground(table.getDisplay().getSystemColor(SWT.COLOR_RED));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册