Change visibility of java.net.URL#set from protected to package private
Upstream java.net.URL#set changed visibility from protected to package
private. This API removal is safe since URL is a final class thus this
will only affect callers in the safe package. Anybody that is
subclassing a final class through "magic" (if even such a thing is
possible) is not eligible for our support.
Upstream discussion: https://bugs.openjdk.java.net/browse/JDK-4880778
Bug: 30862005
Bug: 29067535
Test: Build
Change-Id: Ia2942be1233444dcd4ffcc619e12f800eeac2c4c
1 file changed