Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/org/spdx/examples/ExistingSpdxDocumentV2Compat.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
* for this example is assumed to be JSON (e.g. the output of the SimpleSpdxDocumentV2Compat example).
* Different format can be used by using the associated store rather than the spdx-jackson store
* (e.g. spdx-spreadsheet-store, spdx-tagvalue-store, or the spdx-rdf-store).
*
* <p>
* This example depends on the Spdx-Java-Library and the spdx-java-jackson store libraries
*
* <p>
* @author Gary O'Neall
*/
public class ExistingSpdxDocumentV2Compat {
Expand Down
Loading