mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-19 15:43:53 +00:00
still getting re-used to all the places you have to put access modifiers in Java
This commit is contained in:
@ -29,8 +29,8 @@ package com.zerotier.sdk;
|
|||||||
|
|
||||||
import java.lang.RuntimeException;
|
import java.lang.RuntimeException;
|
||||||
|
|
||||||
class NodeException extends RuntimeException {
|
public class NodeException extends RuntimeException {
|
||||||
NodeException(String message) {
|
public NodeException(String message) {
|
||||||
super(message);
|
super(message);
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user