Skip to content

Commit

Permalink
Merge pull request #7192 from finos/davidwatkins73-patch-7
Browse files Browse the repository at this point in the history
Update FlowDiagramFromMeasurableGenerator.java
  • Loading branch information
davidwatkins73 authored Nov 26, 2024
2 parents 90abf84 + 2e507d5 commit 5d42c94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private void go(long measurableId) {
createLinkedEntities(tx, diagramId, measurableSelector);
createOverlayGroup(tx, diagramId, measurableId, measurableSelector, measurableName);

System.out.printf("https://int1.waltz.intranet.db.com/waltz-dev2/flow-diagram/%d\n", diagramId);
System.out.printf("Created diagram .../flow-diagram/%d\n", diagramId);
});

// layout ?
Expand Down

0 comments on commit 5d42c94

Please sign in to comment.