Fixed a typo
This commit is contained in:
parent
d7cf9ba311
commit
92c4d8cfd8
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ public class ServiceProvider extends UserType {
|
|||
return description;
|
||||
}
|
||||
|
||||
public void setDescription(String phonenumber) {
|
||||
public void setDescription(String description) {
|
||||
this.description = description;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue