mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02: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
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue