We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039cbea commit 5b05380Copy full SHA for 5b05380
1 file changed
src/main/java/org/spdx/storage/listedlicense/SpdxListedLicenseWebStore.java
@@ -80,7 +80,7 @@ public class SpdxListedLicenseWebStore extends SpdxListedLicenseModelStore {
80
System.getProperty("org.spdx.storage.listedlicense.SpdxListedLicenseWebStore.enableCache"));
81
private final long cacheCheckIntervalSecs;
82
83
- final DateTimeFormatter iso8601 = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss.000'Z'").withZone(ZoneOffset.UTC);
+ private final DateTimeFormatter iso8601 = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss.000'Z'").withZone(ZoneOffset.UTC);
84
85
/**
86
* @throws InvalidSPDXAnalysisException
0 commit comments