Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public Optional<TextMessage.Message> computeState(final NodeParametersInput cont
// yet)
if (spec == null) {
return Optional.of(new TextMessage.Message("Live database connection required",
"To configure the node, a live database connection is required. If the input port is not already"
"To configure the node, a live database connection is required. If the input port is not already "
+ "connected, connect a DB Table port and execute the upstream nodes to establish a "
+ "live database connection.",
MessageType.WARNING));
Expand Down
Loading