Skip to content

Commit

Permalink
updated commented out code in TemurinGenSBOM.java
Browse files Browse the repository at this point in the history
  • Loading branch information
henning410 committed Jan 15, 2024
1 parent 95294fc commit b583325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclonedx-lib/src/temurin/sbom/TemurinGenSBOM.java
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static Bom addFormulation(final String fileName, final String name) {
bom.setFormulation(formulation);
}
Formula formula = new Formula();
// System.err.println("SXAECW: " + name);
System.err.println("SXAECW: " + name);
formula.setBomRef(name);
formulation.add(formula);

Expand Down

0 comments on commit b583325

Please sign in to comment.