Skip to content

Commit

Permalink
Fix for error message while saving component
Browse files Browse the repository at this point in the history
  • Loading branch information
IKCAP committed Jan 4, 2023
1 parent ffe50bc commit a981141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public synchronized boolean incrementWorkflowVersionContainingComponent(String c
e.printStackTrace();
this.end();
}
return false;
return true;
}

public synchronized HashMap<String, ArrayList<String>> getWorkflowsContainingComponent(String cid) {
Expand Down

0 comments on commit a981141

Please sign in to comment.