Skip to content
Snippets Groups Projects
Unverified Commit 65316414 authored by akwizgran's avatar akwizgran
Browse files

Added toString() method to TransportId.

parent 31f6c0bf
No related branches found
No related tags found
No related merge requests found
......@@ -34,4 +34,9 @@ public class TransportId {
public int hashCode() {
return id.hashCode();
}
@Override
public String toString() {
return id;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment