Skip to content

Commit

Permalink
Format source
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoreira2020 committed Aug 24, 2015
1 parent 889aaa4 commit 04c4112
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -59,8 +59,8 @@ public void serveResource(ResourceRequest request, ResourceResponse response)
IOUtils.closeQuietly(out);
}

protected String prettify(PortletRequest request)
throws IOException, PortletException {
protected String prettify(PortletRequest request) throws IOException,
PortletException {
UploadPortletRequest uploadPortletRequest = PortalUtil
.getUploadPortletRequest(request);

Expand Down

0 comments on commit 04c4112

Please sign in to comment.