mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-13 19:51:16 +02:00
Nickname is all one word.
This commit is contained in:
@@ -14,7 +14,7 @@ public interface DatabaseConfig {
|
||||
|
||||
SecretKey getEncryptionKey();
|
||||
|
||||
void setAuthorNick(String nickName);
|
||||
void setAuthorNick(String nickname);
|
||||
|
||||
String getAuthorNick();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user