mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-31 08:25:38 +00:00
still getting re-used to all the places you have to put access modifiers in Java
This commit is contained in:
parent
703c311e07
commit
adaf9cf32b
@ -29,8 +29,8 @@ package com.zerotier.sdk;
|
||||
|
||||
import java.lang.RuntimeException;
|
||||
|
||||
class NodeException extends RuntimeException {
|
||||
NodeException(String message) {
|
||||
public class NodeException extends RuntimeException {
|
||||
public NodeException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user