Small change

This commit is contained in:
Martin Lechner 2016-09-28 22:18:05 +02:00
parent a39a9bd21c
commit 7763287582
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ public class Contact {
public String toString() {
return "Contact{" +
"exists=" + exists +
", error='" + error + '\'' +
", firstName='" + firstName + '\'' +
", lastName='" + lastName + '\'' +
", address1='" + address1 + '\'' +