Skip to content

Commit

Permalink
Update src/main/java/org/spdx/tools/Verify.java
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <[email protected]>
Co-Authored-By: Gary O'Neall <[email protected]>
  • Loading branch information
bact and goneall committed Dec 17, 2024
1 parent cea9542 commit ffa00ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/spdx/tools/Verify.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static void main(String[] args) {
System.exit(ERROR_STATUS);
}
// separate out the warning from errors
List<String> warnings = new ArrayList<String>();
List<String> warnings = new ArrayList<>();
List<String> errors = new ArrayList<String>();
for (String verifyMsg : verify) {
if (verifyMsg.contains(" is deprecated.")) {
Expand Down

0 comments on commit ffa00ad

Please sign in to comment.