Update the storage service.

This commit is contained in:
Greyson Parrelli
2020-02-10 13:42:43 -05:00
parent 133bd44b85
commit 6184e5f828
44 changed files with 1592 additions and 431 deletions

View File

@@ -39,8 +39,7 @@ public final class ProfileName implements Parcelable {
return givenName;
}
public @NonNull
String getFamilyName() {
public @NonNull String getFamilyName() {
return familyName;
}