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