You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/jni/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This library contains:
10
10
11
11
* Some Android-specific helpers (get application context and current activity references).
12
12
13
-
*`JniObject` class, which provides base class for classes generated by jnigen.
13
+
*`JObject` class, which provides base class for classes generated by jnigen.
14
14
15
15
Apart from being the base library for code generated by `jnigen` this can also be used for one-off uses of the JNI and debugging. __To generate type-safe bindings from Java libraries, use `jnigen`.__
0 commit comments