Skip to content

Commit

Permalink
minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jun 25, 2014
1 parent c20f638 commit 86fda4d
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -99,11 +99,7 @@ protected void pageSizeChanged(AjaxRequestTarget target) {

@Override
protected boolean isPageSizePopupVisible() {
if(tableId != null){
return true;
} else {
return false;
}
return tableId != null;
}

};
Expand Down

0 comments on commit 86fda4d

Please sign in to comment.