Cambio Nombre parámetro.

This commit is contained in:
Marcos Garcia Nuñez
2019-12-13 19:18:24 +01:00
parent d28b0fdc81
commit f31803f4f4

View File

@@ -60,8 +60,8 @@ public class LoggedUserTO implements Serializable {
return userType;
}
public void setUserType(UserType userType) {
this.userType = userType;
public void setUserType(UserType value) {
this.userType = value;
}
}