Skip to content

Commit

Permalink
Forgot to update doc with new conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Oct 30, 2023
1 parent d43cf72 commit c8f41eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@
//! | i16 | short |
//! | String | String |
//! | Vec\<T\>† | ArrayList\<T\> |
//! | Box<[u8]> | byte[] |
//! | [jni::JObject<'env>](jni::objects::JObject) ‡ | *(any Java object as input type)* |
//! | [jni::jobject](jni::sys::jobject) | *(any Java object as output)* |
//!
Expand Down

0 comments on commit c8f41eb

Please sign in to comment.