Skip to content

Commit

Permalink
uri
Browse files Browse the repository at this point in the history
  • Loading branch information
lubitchv committed Dec 6, 2024
1 parent 4c28092 commit 1859aeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ private void processDataAccs(XMLStreamReader xmlr, DatasetVersionDTO dvDTO) thro
if (lic != null) {
LicenseDTO licenseDTO = new LicenseDTO();
licenseDTO.setName(license);
licenseDTO.setName(uri);
licenseDTO.setUri(uri);
dvDTO.setLicense(licenseDTO);
}

Expand Down

0 comments on commit 1859aeb

Please sign in to comment.