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.
2 parents e28b0f3 + e6be4aa commit b726911Copy full SHA for b726911
src/main/java/org/apache/ibatis/io/VFS.java
@@ -58,7 +58,7 @@ static VFS createVFS() {
58
Class<? extends VFS> impl = impls.get(i);
59
try {
60
vfs = impl.getDeclaredConstructor().newInstance();
61
- if (vfs == null || !vfs.isValid()) {
+ if (!vfs.isValid()) {
62
if (log.isDebugEnabled()) {
63
log.debug("VFS implementation " + impl.getName() +
64
" is not valid in this environment.");
0 commit comments