File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/main/java/org/spdx/library Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,8 @@ public class ListedLicenses {
6969 * This constructor should only be called by the getListedLicenses method
7070 */
7171 private ListedLicenses () {
72- // Note: this code is confusing as this property changed names several times over time, and we want to preserve
73- // backwards compatibility for those downstream library users who are using the old/deprecated names
7472 onlyUseLocalLicenses = Boolean .parseBoolean (Configuration .getInstance ().getProperty ("org.spdx.useJARLicenseInfoOnly" ,
75- Configuration .getInstance ().getProperty ("SPDXParser.OnlyUseLocalLicenses" ,
76- Configuration .getInstance ().getProperty ("OnlyUseLocalLicenses" , "false" ))));
73+ "false" ));
7774 initializeLicenseModelStore ();
7875 }
7976
You can’t perform that action at this time.
0 commit comments