Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 463fc34

Browse files
committed
Fix: Rename condition to constraint
1 parent f7f684b commit 463fc34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bundles/org.dataflowanalysis.standalone/src/org/dataflowanalysis/standalone/analysis

bundles/org.dataflowanalysis.standalone/src/org/dataflowanalysis/standalone/analysis/Converter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static WebEditorDfd analyzeAnnotate(WebEditorDfd webEditorDfd) {
8686
var dfdConverter = new DFD2WebConverter();
8787
if (webEditorDfd.constraints() != null && !webEditorDfd.constraints().isEmpty()) {
8888
var constraints = parseConstraints(webEditorDfd);
89-
dfdConverter.setConditions(constraints);
89+
dfdConverter.setConstraints(constraints);
9090
}
9191
var newJson = dfdConverter.convert(dd).getModel();
9292

0 commit comments

Comments
 (0)