Fixed a typo

This commit is contained in:
Mary Tran 2018-11-16 15:37:31 -05:00
parent d7cf9ba311
commit 92c4d8cfd8

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;
}