Fixed a typo

This commit is contained in:
Mary Tran 2018-11-16 15:37:31 -05:00
parent 2ddcb21f9c
commit d83ae6bb69

View file

@ -146,7 +146,7 @@ public class ServiceProvider extends UserType {
return description;
}
public void setDescription(String phonenumber) {
public void setDescription(String description) {
this.description = description;
}