Merge pull request #20992 from mikaelparsekyan

* pr/20992:
  Polish ApplicationHome

Closes gh-20992
This commit is contained in:
Stephane Nicoll
2020-04-25 08:48:35 +02:00

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() {