Commit f0d4192d authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #20992 from mikaelparsekyan

* pr/20992:
  Polish ApplicationHome

Closes gh-20992
parents 076a384c c06edbe6
...@@ -96,11 +96,10 @@ public class ApplicationHome { ...@@ -96,11 +96,10 @@ public class ApplicationHome {
if (source != null && source.exists() && !isUnitTest()) { if (source != null && source.exists() && !isUnitTest()) {
return source.getAbsoluteFile(); return source.getAbsoluteFile();
} }
return null;
} }
catch (Exception ex) { catch (Exception ex) {
return null;
} }
return null;
} }
private boolean isUnitTest() { private boolean isUnitTest() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment