mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-13 03:31:15 +02:00
Added toString() method to TransportId.
This commit is contained in:
@@ -34,4 +34,9 @@ public class TransportId {
|
||||
public int hashCode() {
|
||||
return id.hashCode();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return id;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user