mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
add Node.toString
This commit is contained in:
parent
90bf300bd8
commit
7ef68a9d6a
1 changed files with 5 additions and 0 deletions
|
@ -130,6 +130,11 @@ public class Node {
|
||||||
close();
|
close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "Node(" + nodeId + ")";
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Process a frame from a virtual network port
|
* Process a frame from a virtual network port
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue