diff options
-rw-r--r-- | api/5.xml | 38 | ||||
-rw-r--r-- | api/current.xml | 34 | ||||
-rw-r--r-- | preloaded-classes | 6 |
3 files changed, 4 insertions, 74 deletions
@@ -229918,21 +229918,6 @@ visibility="protected" > </method> -<method name="getOption" - return="java.lang.Object" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="optID" type="int"> -</parameter> -<exception name="SocketException" type="java.net.SocketException"> -</exception> -</method> <method name="getTTL" return="byte" abstract="true" @@ -230083,23 +230068,6 @@ <exception name="IOException" type="java.io.IOException"> </exception> </method> -<method name="setOption" - return="void" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="optID" type="int"> -</parameter> -<parameter name="val" type="java.lang.Object"> -</parameter> -<exception name="SocketException" type="java.net.SocketException"> -</exception> -</method> <method name="setTTL" return="void" abstract="true" @@ -299449,8 +299417,6 @@ </parameter> <parameter name="replacement" type="java.lang.String"> </parameter> -<exception name="IllegalStateException" type="java.lang.IllegalStateException"> -</exception> </method> <method name="appendTail" return="java.lang.StringBuffer" @@ -299750,8 +299716,6 @@ > <parameter name="group" type="int"> </parameter> -<exception name="IllegalStateException" type="java.lang.IllegalStateException"> -</exception> </method> <method name="toMatchResult" return="java.util.regex.MatchResult" @@ -299826,8 +299790,6 @@ > <parameter name="pattern" type="java.lang.String"> </parameter> -<exception name="PatternSyntaxException" type="java.util.regex.PatternSyntaxException"> -</exception> </method> <method name="compile" return="java.util.regex.Pattern" diff --git a/api/current.xml b/api/current.xml index 8421c50..898ad73 100644 --- a/api/current.xml +++ b/api/current.xml @@ -206951,7 +206951,7 @@ </parameter> <parameter name="offset" type="int"> </parameter> -<parameter name="count" type="int"> +<parameter name="length" type="int"> </parameter> <exception name="IOException" type="java.io.IOException"> </exception> @@ -231049,21 +231049,6 @@ visibility="protected" > </method> -<method name="getOption" - return="java.lang.Object" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="optID" type="int"> -</parameter> -<exception name="SocketException" type="java.net.SocketException"> -</exception> -</method> <method name="getTTL" return="byte" abstract="true" @@ -231214,23 +231199,6 @@ <exception name="IOException" type="java.io.IOException"> </exception> </method> -<method name="setOption" - return="void" - abstract="true" - native="false" - synchronized="false" - static="false" - final="false" - deprecated="not deprecated" - visibility="public" -> -<parameter name="optID" type="int"> -</parameter> -<parameter name="val" type="java.lang.Object"> -</parameter> -<exception name="SocketException" type="java.net.SocketException"> -</exception> -</method> <method name="setTTL" return="void" abstract="true" diff --git a/preloaded-classes b/preloaded-classes index 4866b14..83a2b26 100644 --- a/preloaded-classes +++ b/preloaded-classes @@ -939,9 +939,9 @@ org.apache.harmony.luni.internal.net.www.protocol.file.Handler org.apache.harmony.luni.internal.net.www.protocol.http.Handler org.apache.harmony.luni.internal.net.www.protocol.https.Handler org.apache.harmony.luni.internal.net.www.protocol.jar.Handler -org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnection -org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnection$1 -org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnection$JarURLConnectionInputStream +org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnectionImpl +org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnectionImpl$1 +org.apache.harmony.luni.internal.net.www.protocol.jar.JarURLConnectionImpl$JarURLConnectionInputStream org.apache.harmony.luni.internal.util.TimezoneGetter org.apache.harmony.luni.internal.util.ZoneInfo org.apache.harmony.luni.internal.util.ZoneInfoDB |