mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-20 17:33:08 +00:00
ServalD.command() now accepts varargs
This commit is contained in:
parent
72640ade4c
commit
f868d54bad
@ -9,7 +9,7 @@ class ServalD
|
||||
System.loadLibrary("servald");
|
||||
}
|
||||
|
||||
public native ServalDResult command(String[] args);
|
||||
public native ServalDResult command(String... args);
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user