mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-07 13:31:45 -07: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