Polish ApplicationHome

See gh-20992
This commit is contained in:
Mikael
2020-04-16 21:40:45 +03:00
committed by Stephane Nicoll
parent 076a384c9c
commit c06edbe6f4

View File

@@ -96,11 +96,10 @@ public class ApplicationHome {
if (source != null && source.exists() && !isUnitTest()) {
return source.getAbsoluteFile();
}
return null;
}
catch (Exception ex) {
return null;
}
return null;
}
private boolean isUnitTest() {