Skip to content

Commit

Permalink
EPMRPP-88736 code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Jul 1, 2024
1 parent 8dd65ab commit ba6129f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void execute() {

if (metadata.optInt("userAnalyzed") > 0) {
status.add("manually");
} else if (metadata.optInt("autoAnalyzed") > 0) {
} else {
status.add("automatically");
}

Expand Down

0 comments on commit ba6129f

Please sign in to comment.