Two misspelling here: - `getCaseSensisitiveId` -> `getCaseSensitiveId` - `caseInsensisitiveId` -> `caseInsensitiveId` https://github.com/spdx/Spdx-Java-Library/blob/28835c688197f4a310a307b2d8ccd1b7cd1fbd3a/src/main/java/org/spdx/storage/listedlicense/SpdxListedLicenseModelStore.java#L1249-L1256 - They are from a public method. - Changing any of them will break any code that use the misspelled one.