|
Change Return Type ResponseEntity<String> to void in method public finishPasswordReset(keyAndPassword KeyAndPasswordVM) : void in class io.github.jhipster.sample.web.rest.AccountResource |
From |
To |
|
Change Return Type ResponseEntity to void in method public saveAccount(userDTO UserDTO) : void in class io.github.jhipster.sample.web.rest.AccountResource |
From |
To |
|
Change Return Type ResponseEntity to void in method public requestPasswordReset(mail String) : void in class io.github.jhipster.sample.web.rest.AccountResource |
From |
To |
|
Change Return Type ResponseEntity<UserDTO> to UserDTO in method public getAccount() : UserDTO in class io.github.jhipster.sample.web.rest.AccountResource |
From |
To |
|
Change Return Type ResponseEntity<String> to void in method public activateAccount(key String) : void in class io.github.jhipster.sample.web.rest.AccountResource |
From |
To |
|
Change Return Type ResponseEntity to void in method public registerAccount(managedUserVM ManagedUserVM) : void in class io.github.jhipster.sample.web.rest.AccountResource |
From |
To |
|
Change Return Type ResponseEntity to void in method public changePassword(password String) : void in class io.github.jhipster.sample.web.rest.AccountResource |
From |
To |