Browse Source

fix typo

pull/4/head
Brenton Bostick 3 years ago
parent
commit
bfe4bc2894
  1. 2
      java/src/com/zerotier/sdk/VirtualNetworkConfig.java

2
java/src/com/zerotier/sdk/VirtualNetworkConfig.java

@ -191,7 +191,7 @@ public final class VirtualNetworkConfig implements Comparable<VirtualNetworkConf
}
/**
* Ethernet MAC (40 bits) that should be assigned to port
* Ethernet MAC (48 bits) that should be assigned to port
*/
public final long macAddress() {
return mac;

Loading…
Cancel
Save