}
public void updateDDLFiles(final DBContentType sourceContentType) {
new ConditionalLaterInvocator() {
public void execute() {
ObjectToDDLContentSynchronizer synchronizer = new ObjectToDDLContentSynchronizer(sourceContentType, DatabaseEditableObjectFile.this);
ApplicationManager.getApplication().runWriteAction(synchronizer);
}
}.start();
}