Skip to content

Commit

Permalink
RP-930 Address SonarQube issues
Browse files Browse the repository at this point in the history
  • Loading branch information
astro-snail committed Aug 21, 2024
1 parent 93b261d commit 094f4b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static void main(String[] args) throws TermServerScriptException, IOExcep
Map<String, String> params = new HashMap<>();
params.put(UNPROMOTED_CHANGES_ONLY, "Y");
params.put(COUNT_NEW_AS_GAINED, "N");
//params.put(ECL, "<< 443961001 |Malignant adenomatous neoplasm (disorder)|" );
params.put(ECL, "<< 443961001 |Malignant adenomatous neoplasm (disorder)|" );
TermServerReport.run(LostAndFoundDescendantsReport.class, args, params);
}

Expand Down

0 comments on commit 094f4b7

Please sign in to comment.