Buisness logic docs packages

This commit is contained in:
Filip Izydorczyk
2021-01-15 16:24:29 +01:00
parent 21983fe4f7
commit bf7d0c7dbc
12 changed files with 58 additions and 3 deletions

View File

@ -39,7 +39,7 @@ public class UserApiResponse {
* setter for surname. Reson to have setters for this class is for case if there
* would be name and no surname or otherwise
*
* @param surname name to set that was obtained by api request
* @param name name to set that was obtained by api request
*/
public void setName(String name) {
this.name = name;