File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments