|
Change Parameter Type skipCount : int to skipCount : long in method public getAll(maxItems int, skipCount long) : Page<UserImpl> in class org.eclipse.che.api.user.server.spi.UserDao |
From |
To |
|
Change Parameter Type skipCount : int to skipCount : long in method public getAll(maxItems int, skipCount long) : Page<UserImpl> in class org.eclipse.che.api.user.server.jpa.JpaUserDao |
From |
To |
|
Change Parameter Type skipCount : int to skipCount : long in method public getAll(maxItems int, skipCount long) : Page<UserImpl> in class org.eclipse.che.api.local.LocalUserDaoImpl |
From |
To |
|
Change Parameter Type skipCount : int to skipCount : long in method public getAll(maxItems int, skipCount long) : Page<UserImpl> in class org.eclipse.che.api.user.server.UserManager |
From |
To |