Skip to content

Commit d49b0c3

Browse files
author
Joerg Huber
committed
Set first page to value 1.
1 parent 5a5a6cc commit d49b0c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SIF3InfraREST/sif3Common/src/sif3/common/CommonConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public static enum PagingResponseProperty {navigationPageSize, navigationPage, n
9797
/*
9898
* Value to indicate the first page.
9999
*/
100-
public static int FIRST_PAGE = 0;
100+
public static int FIRST_PAGE = 1;
101101

102102
/*----------------------------------------------------------*/
103103
/* System Wide Enum Types that are not part of any Headers */

0 commit comments

Comments
 (0)