Skip to content

Fix versions in Javadoc#92

Merged
goneall merged 1 commit into
spdx:masterfrom
bact:ver-typo
Jul 19, 2026
Merged

Fix versions in Javadoc#92
goneall merged 1 commit into
spdx:masterfrom
bact:ver-typo

Conversation

@bact

@bact bact commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Make version in Javadoc aligned with class name.

Note that PerFileSheetV2d0 is used for both SPDX 2.0 and 2.1:

if (version.compareTo(SpdxSpreadsheet.VERSION_2_1_0) <= 0) {
return new PerFileSheetV2d0(workbook, perFileSheetName, version, modelStore, documentUri, copyManager);

Make version in Javadoc aligned with class name

Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
@bact bact added the documentation Improvements or additions to documentation label Jul 17, 2026

@goneall goneall left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@goneall
goneall merged commit b1b39ed into spdx:master Jul 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants