Skip to content

Commit 5b05380

Browse files
committed
🚑 Add missing private declaration
1 parent 039cbea commit 5b05380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/spdx/storage/listedlicense/SpdxListedLicenseWebStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class SpdxListedLicenseWebStore extends SpdxListedLicenseModelStore {
8080
System.getProperty("org.spdx.storage.listedlicense.SpdxListedLicenseWebStore.enableCache"));
8181
private final long cacheCheckIntervalSecs;
8282

83-
final DateTimeFormatter iso8601 = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss.000'Z'").withZone(ZoneOffset.UTC);
83+
private final DateTimeFormatter iso8601 = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss.000'Z'").withZone(ZoneOffset.UTC);
8484

8585
/**
8686
* @throws InvalidSPDXAnalysisException

0 commit comments

Comments
 (0)