mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-12-25 11:21:10 -08:00
generate javadocs for the Java SDK
This commit is contained in:
parent
0d4283a3fa
commit
56f8160af8
23 changed files with 624 additions and 19 deletions
|
|
@ -27,8 +27,8 @@
|
|||
|
||||
package com.zerotierone.sdk;
|
||||
|
||||
public class Version {
|
||||
public Version() {}
|
||||
public final class Version {
|
||||
private Version() {}
|
||||
|
||||
public int major = 0;
|
||||
public int minor = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue