Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc19c7bd authored by Dan Bornstein's avatar Dan Bornstein
Browse files

Update the API file.

My previous change was api-compatible, but some of the incidental data
in the API file (like parameter names) changed. It looks like there
were probably a couple other similar changes too, that hadn't
previously been propagated to the API file; all I did to generate this
change was say "make update-api".

Change-Id: I427a9ceb51212fde515df007613b8687b7228ce7
parent 42679cea
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -224570,7 +224570,7 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="t" type="T">
<parameter name="arg0" type="T">
</parameter>
</method>
</interface>
@@ -326643,7 +326643,7 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="toCopyIn" type="E[]">
<parameter name="array" type="E[]">
</parameter>
</constructor>
<method name="add"
@@ -326671,7 +326671,7 @@
>
<parameter name="index" type="int">
</parameter>
<parameter name="element" type="E">
<parameter name="e" type="E">
</parameter>
</method>
<method name="addAll"
@@ -326799,7 +326799,9 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="o" type="java.lang.Object">
<parameter name="e" type="E">
</parameter>
<parameter name="index" type="int">
</parameter>
</method>
<method name="indexOf"
@@ -326812,9 +326814,7 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="e" type="E">
</parameter>
<parameter name="index" type="int">
<parameter name="o" type="java.lang.Object">
</parameter>
</method>
<method name="isEmpty"
@@ -326849,7 +326849,9 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="o" type="java.lang.Object">
<parameter name="e" type="E">
</parameter>
<parameter name="index" type="int">
</parameter>
</method>
<method name="lastIndexOf"
@@ -326862,9 +326864,7 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="e" type="E">
</parameter>
<parameter name="index" type="int">
<parameter name="o" type="java.lang.Object">
</parameter>
</method>
<method name="listIterator"
@@ -326955,7 +326955,7 @@
>
<parameter name="index" type="int">
</parameter>
<parameter name="element" type="E">
<parameter name="e" type="E">
</parameter>
</method>
<method name="size"