Skip to content

Commit ea5d61b

Browse files
committed
🚑 Add missing operator
1 parent 3d32497 commit ea5d61b

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
@@ -96,7 +96,7 @@ public SpdxListedLicenseWebStore() throws InvalidSPDXAnalysisException {
9696
final File cacheDirectory = new File(cacheDir);
9797
Files.createDirectories(cacheDirectory.toPath());
9898
} catch (IOException ioe) {
99-
logger.warn("Unable to create cache directory '" + cacheDir "'; continuing with cache disabled.", ioe);
99+
logger.warn("Unable to create cache directory '" + cacheDir + "'; continuing with cache disabled.", ioe);
100100
tmpCacheEnabled = false;
101101
}
102102
}

0 commit comments

Comments
 (0)