You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/spdx/library/LicenseInfoFactory.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ public static SpdxListedLicense getListedLicenseByIdCompatV2(String licenseId)th
86
86
* none exist for an ID, they will be added. If null, the default model store will be used.
87
87
* @param documentUri Document URI for the document containing any extractedLicenseInfos - if any extractedLicenseInfos by ID already exist, they will be used. If
88
88
* none exist for an ID, they will be added. If null, the default model document URI will be used.
89
-
* @param copyManager if non-null, allows for copying of any properties set which use other model stores or document URI's
89
+
* @param copyManager allows for copying of any properties set which use other model stores or document URI's. If null, the default will be used.
90
90
* @return an SPDXLicenseInfo created from the string
91
91
* @throws InvalidLicenseStringException if the license string is not valid
92
92
* @throws DefaultStoreNotInitialized if the default model store is not initialized
@@ -129,7 +129,7 @@ public static org.spdx.library.model.v2.license.AnyLicenseInfo parseSPDXLicenseS
129
129
* none exist for an ID, they will be added. If null, the default model store will be used.
130
130
* @param customLicensePrefix Prefix to use for any custom licenses or addition IDs found in the string. If the resultant object URI does not exist
131
131
* for an ID, they will be added. If null, the default model document URI + "#" will be used.
132
-
* @param copyManager if non-null, allows for copying of any properties set which use other model stores or document URI's
132
+
* @param copyManager allows for copying of any properties set which use other model stores or document URI's. If null, the default will be used.
133
133
* @param customIdToUri Mapping of the id prefixes used in the license expression to the namespace preceding the external ID
134
134
* @return an SPDXLicenseInfo created from the string
135
135
* @throws InvalidLicenseStringException if the license string is not valid
0 commit comments