Skip to content

Commit 1e391b1

Browse files
committed
Typo fix
1 parent 7714832 commit 1e391b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/api/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ impl<'a> JvmBuilder<'a> {
18221822
/// of the `Activity` to find and use classes. `j4rs` will use the `jobject` passed here (the `jobject` of the `Activity`) to get the
18231823
/// proper classloader and use it when needed.
18241824
/// #[cfg(target_os = "android")]
1825-
pub fn with_classloader_of_activity_(&'a mut self, jobject_within_valid_classloader: jobject) -> &'a mut JvmBuilder {
1825+
pub fn with_classloader_of_activity(&'a mut self, jobject_within_valid_classloader: jobject) -> &'a mut JvmBuilder {
18261826
self.jobject_within_valid_classloader_opt = Some(jobject_within_valid_classloader);
18271827
// If the `jobject_within_valid_classloader_opt` is provided, it means that the object's classloader
18281828
// should be used to load classes in case the traditional `FindClass` invocations fail.

0 commit comments

Comments
 (0)