From 5113aaa7f53338ebfc90dbd5b3de1a090315fae1 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Thu, 22 Oct 2009 11:37:57 -0700 Subject: [PATCH] Fix apicheck break. Adding synchronized to reset() is API compatible --- api/current.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/current.xml b/api/current.xml index 1d04d230d7b24..7a52f5ca1894c 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"