Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Sep 7, 2017
1 parent 29bd1a3 commit aa0eac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/metas/ui/web/view/IView.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ default boolean isIncludedView()

ViewResult getPage(int firstRow, int pageLength, List<DocumentQueryOrderBy> orderBys);

default ViewResult getPageWithRowIdsOnly(int firstRow, int pageLength, List<DocumentQueryOrderBy> orderBys)
default ViewResult getPageWithRowIdsOnly(final int firstRow, final int pageLength, final List<DocumentQueryOrderBy> orderBys)
{
return getPage(firstRow, pageLength, orderBys);
}
Expand Down

0 comments on commit aa0eac4

Please sign in to comment.