Add method to satisfy tests
This commit is contained in:
parent
df91279967
commit
14a8c0e0ec
1 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,8 @@
|
||||||
java.lang.reflect.Method
|
java.lang.reflect.Method
|
||||||
{:methods [{:name "getName"}]}
|
{:methods [{:name "getName"}]}
|
||||||
java.lang.reflect.Array
|
java.lang.reflect.Array
|
||||||
{:methods [{:name "newInstance"}]}
|
{:methods [{:name "newInstance"}
|
||||||
|
{:name "set"}]}
|
||||||
java.net.Inet4Address
|
java.net.Inet4Address
|
||||||
{:methods [{:name "getHostAddress"}]}
|
{:methods [{:name "getHostAddress"}]}
|
||||||
java.net.Inet6Address
|
java.net.Inet6Address
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue