Removed unneeded code
This commit is contained in:
parent
3ca20138af
commit
ceafcdefda
|
@ -19,12 +19,4 @@ public interface User {
|
|||
|
||||
public String getAbout();
|
||||
|
||||
public default String getSurnameName() {
|
||||
return String.format("%s %s", getFamilyName(), getGivenName());
|
||||
}
|
||||
|
||||
public default String getNameSurname() {
|
||||
return String.format("%s %s", getGivenName(), getFamilyName());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue