diff options
author | Jason Chen <jasonchen@google.com> | 2010-09-01 19:02:26 -0700 |
---|---|---|
committer | Jason Chen <jasonchen@google.com> | 2010-09-01 19:04:18 -0700 |
commit | b766ab830a714c0b79f64265e681f454865ffe65 (patch) | |
tree | 69f6856ae8156e0b5b403f08b7ac1afff07a07fe /api | |
parent | 3424c02e6b931a8bbd651ae75217bebd008b2605 (diff) | |
download | frameworks_base-b766ab830a714c0b79f64265e681f454865ffe65.zip frameworks_base-b766ab830a714c0b79f64265e681f454865ffe65.tar.gz frameworks_base-b766ab830a714c0b79f64265e681f454865ffe65.tar.bz2 |
DO NOT MERGE Add deprecated annotation to get/set PluginsPath and update current.xml
Previous changes only added javadoc annotation, but didn't apply
annotation to the source. Fixing this and updating current.xml.
Change-Id: I52aabd6485a3972fc360f24c2e86cc342a5101ab
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/api/current.xml b/api/current.xml index 3c08549..10bdbce 100644 --- a/api/current.xml +++ b/api/current.xml @@ -203586,7 +203586,7 @@ synchronized="true" static="false" final="false" - deprecated="not deprecated" + deprecated="deprecated" visibility="public" > </method> @@ -204134,7 +204134,7 @@ synchronized="true" static="false" final="false" - deprecated="not deprecated" + deprecated="deprecated" visibility="public" > <parameter name="pluginsPath" type="java.lang.String"> @@ -252670,7 +252670,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="lng" type="long"> +<parameter name="l" type="long"> </parameter> </method> <method name="append" @@ -252748,7 +252748,7 @@ deprecated="not deprecated" visibility="public" > -<parameter name="ch" type="char[]"> +<parameter name="chars" type="char[]"> </parameter> </method> <method name="append" @@ -307319,9 +307319,9 @@ > <parameter name="number" type="java.lang.Object"> </parameter> -<parameter name="toAppendTo" type="java.lang.StringBuffer"> +<parameter name="buffer" type="java.lang.StringBuffer"> </parameter> -<parameter name="pos" type="java.text.FieldPosition"> +<parameter name="position" type="java.text.FieldPosition"> </parameter> </method> <method name="getDecimalFormatSymbols" |