From c449386ea0e2ef95afa9e3619f4e09c7258bfffe Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Tue, 2 Feb 2016 11:54:01 +0000 Subject: [PATCH] Track libcore change f35c08530f77a744646e6e988d330a68f3af6940. Change-Id: I53bb912e7b7d6510952da8b121402628fa3f922d --- api/current.txt | 1 - api/system-current.txt | 1 - api/test-current.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/api/current.txt b/api/current.txt index 72b1c0c2e5838..61ae1e091e5c1 100644 --- a/api/current.txt +++ b/api/current.txt @@ -52539,7 +52539,6 @@ package java.net { method public static void setURLStreamHandlerFactory(java.net.URLStreamHandlerFactory); method public java.lang.String toExternalForm(); method public java.net.URI toURI() throws java.net.URISyntaxException; - method public java.net.URI toURILenient() throws java.net.URISyntaxException; } public class URLClassLoader extends java.security.SecureClassLoader implements java.io.Closeable { diff --git a/api/system-current.txt b/api/system-current.txt index 191bb048ab947..321d8171653ae 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -55294,7 +55294,6 @@ package java.net { method public static void setURLStreamHandlerFactory(java.net.URLStreamHandlerFactory); method public java.lang.String toExternalForm(); method public java.net.URI toURI() throws java.net.URISyntaxException; - method public java.net.URI toURILenient() throws java.net.URISyntaxException; } public class URLClassLoader extends java.security.SecureClassLoader implements java.io.Closeable { diff --git a/api/test-current.txt b/api/test-current.txt index dffda3b5dfd94..ad457520b1fdc 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -52556,7 +52556,6 @@ package java.net { method public static void setURLStreamHandlerFactory(java.net.URLStreamHandlerFactory); method public java.lang.String toExternalForm(); method public java.net.URI toURI() throws java.net.URISyntaxException; - method public java.net.URI toURILenient() throws java.net.URISyntaxException; } public class URLClassLoader extends java.security.SecureClassLoader implements java.io.Closeable {