mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Removed unused field, renamed nickname methods.
This commit is contained in:
@@ -97,12 +97,12 @@ public class AppModule {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setAuthorNick(String nickname) {
|
||||
public void setLocalAuthorName(String nickname) {
|
||||
this.nickname = nickname;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getAuthorNick() {
|
||||
public String getLocalAuthorName() {
|
||||
return nickname;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user