Peer: Add missing @Override
Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
f63aeea6b8
commit
fb3138bdda
@ -127,6 +127,7 @@ public class Peer extends BaseObservable implements Parcelable {
|
|||||||
notifyPropertyChanged(BR.publicKey);
|
notifyPropertyChanged(BR.publicKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
final StringBuilder sb = new StringBuilder().append("[Peer]\n");
|
final StringBuilder sb = new StringBuilder().append("[Peer]\n");
|
||||||
if (allowedIPs != null)
|
if (allowedIPs != null)
|
||||||
|
Loading…
Reference in New Issue
Block a user