Peer: Add missing @Override

Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
Samuel Holland 2018-01-16 05:51:32 -06:00
parent f63aeea6b8
commit fb3138bdda

View File

@ -127,6 +127,7 @@ public class Peer extends BaseObservable implements Parcelable {
notifyPropertyChanged(BR.publicKey);
}
@Override
public String toString() {
final StringBuilder sb = new StringBuilder().append("[Peer]\n");
if (allowedIPs != null)