diff options
| author | Jesse Wilson <jessewilson@google.com> | 2009-10-22 11:37:57 -0700 |
|---|---|---|
| committer | Jesse Wilson <jessewilson@google.com> | 2009-10-22 11:37:57 -0700 |
| commit | 5113aaa7f53338ebfc90dbd5b3de1a090315fae1 (patch) | |
| tree | a8aa72d8a5a52f5a83d4a6b0e18c36ffad08e544 /api/current.xml | |
| parent | dd894572e7afad80b4b274e3164c1c5322189db9 (diff) | |
| download | frameworks_base-5113aaa7f53338ebfc90dbd5b3de1a090315fae1.zip frameworks_base-5113aaa7f53338ebfc90dbd5b3de1a090315fae1.tar.gz frameworks_base-5113aaa7f53338ebfc90dbd5b3de1a090315fae1.tar.bz2 | |
Fix apicheck break. Adding synchronized to reset() is API compatible
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.xml b/api/current.xml index 1d04d23..7a52f5c 100644 --- a/api/current.xml +++ b/api/current.xml @@ -298290,7 +298290,7 @@ return="void" abstract="false" native="false" - synchronized="false" + synchronized="true" static="false" final="false" deprecated="not deprecated" |
