Skip to content

Commit

Permalink
Remove unused global
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Nov 9, 2024
1 parent 6c3ec2c commit 693d4c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model-lddtool/src/test/java/cucumber/ValidateStepDefs.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class ValidateStepDefs {
private static final String DEFAULT_VALIDATE_ARGS =
"--disable-context-mismatch-warnings --report-style json --skip-content-validation --skip-context-validation --report-file {reportDir}/"
+ DEFAULT_REPORT_FILENAME + " ";
private static final String VALIDATE_CONFIG_FILE = "registered_context_products.json";
private static final String DEFAULT_CORE_ARGS = "-p";
private static final String DEFAULT_LDDTOOL_ARGS = "-lp";

Expand Down

0 comments on commit 693d4c8

Please sign in to comment.