Commit c06edbe6 authored by Mikael's avatar Mikael Committed by Stephane Nicoll

Polish ApplicationHome

See gh-20992
parent 076a384c
......@@ -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() {
......
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