Skip to content

Commit

Permalink
Putting return in a finally block
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijit1234 committed Mar 24, 2015
1 parent 5409432 commit 0c0beda
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -158,7 +158,8 @@ public IOSCapabilities getCapabilities(){
res.setCapability(IOSCapabilities.PROVISIONNED,info.getDevices());
} catch (Exception e) {
log.warning("Cannot extract profile. corrupted ipa ?");
} finally {
return res;
}
return res;
}
}

0 comments on commit 0c0beda

Please sign in to comment.