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 {