We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63104d commit cd3d2adCopy full SHA for cd3d2ad
service/src/main/java/org/lfenergy/compas/scl/validator/common/NsdocFinder.java
@@ -56,7 +56,7 @@ private NsdocFile convertToNsdocFile(File file) {
56
nsdocFile.setChecksum(calculateChecksum(file));
57
return nsdocFile;
58
} catch (Exception exp) {
59
- LOGGER.warn("Error loading NSDoc File '" + file.getName() + "'. Skipping file.", exp);
+ LOGGER.warn("Error loading NSDoc File '{}'. Skipping file.", file.getName(), exp);
60
return null;
61
}
62
0 commit comments