make static ping method public
This commit is contained in:
parent
4bfa71e626
commit
b6228e48d4
|
@ -5,7 +5,7 @@ import java.net.UnknownHostException;
|
||||||
|
|
||||||
public class NfsFileSystem extends FileSystem {
|
public class NfsFileSystem extends FileSystem {
|
||||||
|
|
||||||
private static native boolean ping(String hostname);
|
public static native boolean ping(String hostname);
|
||||||
|
|
||||||
String hostname = null;
|
String hostname = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue