commit | 3ccaec4ddccd692847a90346db4c22301663a164 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Fri Jun 04 16:51:47 2010 -0700 |
committer | Andy McFadden <fadden@android.com> | Fri Jun 04 16:51:47 2010 -0700 |
tree | 42c4a2b1ff0d1f90dc8cf0cd693ba6db011d16be | |
parent | adc346f4145e409959ec1c657bbd8fecef6d2042 [diff] [blame] |
Trivial formatting fix. Change-Id: I89277db5a2278a9e4d584ffb4b24d5cd77f71a3c
diff --git a/docs/jni-tips.html b/docs/jni-tips.html index 3d2f347..fc63cca 100644 --- a/docs/jni-tips.html +++ b/docs/jni-tips.html
@@ -410,7 +410,7 @@ </p> <ul> <li> Check for null pointers where not allowed. -<li> +</li> <li> Verify argument type correctness (jclass is a class object, jfieldID points to field data, jstring is a java.lang.String). </li>