Skip to content

Commit

Permalink
LPS-58293 Source formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hhuijser authored and brianchandotcom committed Sep 2, 2015
1 parent 38928f7 commit d83ceda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ public void addPermissions(String resourceName, long resourcePK) {
PermissionExporter.ROLE_TEAM_PREFIX +
role.getDescriptiveName();
}
catch (Exception e) {
_log.error(e, e);
catch (PortalException pe) {
_log.error(pe, pe);
}
}

Expand Down

0 comments on commit d83ceda

Please sign in to comment.