Buisness logic docs packages
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user