Skip to content

Commit

Permalink
#23349 [CrateDB] ER diagrams can't be opened
Browse files Browse the repository at this point in the history
  • Loading branch information
serjiokov committed May 23, 2024
1 parent 6ae4f6f commit 8a8aa69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public void fillEntities(DBRProgressMonitor monitor, Collection<DBSEntity> entit
try {
erdEntity.addModelRelations(monitor, this, true, false);
} catch (Exception e) {
log.warn("Entity relationship cannot be loaded", e);
log.warn("Entity relationship can't be loaded", e);
}
monitor.worked(1);
}
Expand Down

0 comments on commit 8a8aa69

Please sign in to comment.