Skip to content

Commit

Permalink
jdk method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Pozolotin committed Apr 27, 2013
1 parent 982e3b8 commit 6be809c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ void UDT_InitMethodRefAll( //

jdk_clsInet4Address_getAddressByID = env->GetStaticMethodID(jdk_clsInetAddress,
"getByAddress", "([B)Ljava/net/InetAddress;");
CHK_NUL_RET_RET(jdk_clsInet4Address_getByAddressID,"jdk_clsInet4Address_getByAddressID");
CHK_NUL_RET_RET(jdk_clsInet4Address_getAddressByID,"jdk_clsInet4Address_getAddressByID");

jdk_clsInetSocketAddress_getAddressID = env->GetMethodID(jdk_clsInetSocketAddress, //
"getAddress", "()Ljava/net/InetAddress;");
Expand Down

0 comments on commit 6be809c

Please sign in to comment.