mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-01-27 15:00:39 -08:00
rename Node.networks -> Node.networkConfigs
This commit is contained in:
parent
7f996ea6d5
commit
8d74d34f2a
3 changed files with 7 additions and 7 deletions
|
|
@ -367,8 +367,8 @@ public class Node {
|
|||
*
|
||||
* @return List of networks or NULL on failure
|
||||
*/
|
||||
public VirtualNetworkConfig[] networks() {
|
||||
return networks(nodeId);
|
||||
public VirtualNetworkConfig[] networkConfigs() {
|
||||
return networkConfigs(nodeId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -456,5 +456,5 @@ public class Node {
|
|||
|
||||
private native Peer[] peers(long nodeId);
|
||||
|
||||
private native VirtualNetworkConfig[] networks(long nodeId);
|
||||
private native VirtualNetworkConfig[] networkConfigs(long nodeId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue