Skip to content

Commit

Permalink
Merge pull request #306 from spdx/publiclic
Browse files Browse the repository at this point in the history
Make the LicenseJson class public
  • Loading branch information
goneall authored Aug 22, 2022
2 parents 3fea716 + 383adf3 commit 6d7eb34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/org/spdx/rdfparser/license/LicenseJsonTOC.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package org.spdx.rdfparser.license;

import java.util.Map;
import java.util.Set;

import com.google.common.collect.Maps;

Expand All @@ -29,7 +28,7 @@
*/
public class LicenseJsonTOC {

class LicenseJson {
public class LicenseJson {
private String reference;
private boolean isDeprecatedLicenseId;
private String detailsUrl;
Expand Down

0 comments on commit 6d7eb34

Please sign in to comment.