Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
Change the WindowState#createRender from public to private
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed May 15, 2013
1 parent 26845fe commit 8f8145b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ private ActionInvocation createAction() {
return action;
}

public RenderInvocation createRender() {
private RenderInvocation createRender() {
RenderInvocation render = new RenderInvocation(this);
render.setClientContext(new GateInClientContext());
render.setPortalContext(new AbstractPortalContext());
Expand Down

0 comments on commit 8f8145b

Please sign in to comment.