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 9, 2020
1 parent 4b47c86 commit 1ce7efe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,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 1ce7efe

Please sign in to comment.