Skip to content

Commit

Permalink
WT-4421 Exclude wiredtiger_calc_modify from the Java API. (#4379)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcahill authored and agorrod committed Nov 27, 2018
1 parent 4e2c760 commit 3d31e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/java/wiredtiger.i
Expand Up @@ -357,6 +357,7 @@ WT_CLASS(struct __wt_async_op, WT_ASYNC_OP, op)
%ignore __wt_modify::position;
%ignore __wt_modify::size;
%ignore __wt_cursor::modify;
%ignore wiredtiger_calc_modify;

%ignore __wt_cursor::compare(WT_CURSOR *, WT_CURSOR *, int *);
%rename (compare_wrap) __wt_cursor::compare;
Expand Down

0 comments on commit 3d31e0d

Please sign in to comment.