We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d32497 commit ea5d61bCopy full SHA for ea5d61b
1 file changed
src/main/java/org/spdx/storage/listedlicense/SpdxListedLicenseWebStore.java
@@ -96,7 +96,7 @@ public SpdxListedLicenseWebStore() throws InvalidSPDXAnalysisException {
96
final File cacheDirectory = new File(cacheDir);
97
Files.createDirectories(cacheDirectory.toPath());
98
} catch (IOException ioe) {
99
- logger.warn("Unable to create cache directory '" + cacheDir "'; continuing with cache disabled.", ioe);
+ logger.warn("Unable to create cache directory '" + cacheDir + "'; continuing with cache disabled.", ioe);
100
tmpCacheEnabled = false;
101
}
102
0 commit comments