Skip to content

Commit

Permalink
Update FlowDiagramFromMeasurableGenerator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwatkins73 authored Nov 26, 2024
1 parent 90abf84 commit 2e507d5
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 2e507d5

Please sign in to comment.