Skip to content

Commit

Permalink
make address(ByteBuffer) public
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored and axic committed Oct 20, 2020
1 parent a6e145c commit 308354b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public int set_option(String name, String value) {
* @param buffer the byte buffer to consider
* @return the byte buffer address
*/
native long address(ByteBuffer buffer);
public native long address(ByteBuffer buffer);

/** This method cleans up resources */
@Override
Expand Down

0 comments on commit 308354b

Please sign in to comment.