mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-10 07:13:09 -07:00
cleanup
This commit is contained in:
parent
0733af5239
commit
5be92a96df
19 changed files with 26 additions and 15 deletions
|
@ -36,6 +36,7 @@ package com.zerotier.sdk;
|
|||
* problem.</p>
|
||||
*/
|
||||
public enum ResultCode {
|
||||
|
||||
/**
|
||||
* Operation completed normally
|
||||
*/
|
||||
|
@ -76,4 +77,4 @@ public enum ResultCode {
|
|||
public boolean isFatal(int id) {
|
||||
return (id > 100 && id < 1000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue