Add method to satisfy tests

This commit is contained in:
Michiel Borkent 2022-02-14 15:52:27 +01:00
parent df91279967
commit 14a8c0e0ec

View file

@ -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