mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8294241: Deprecate URL public constructors
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
This commit is contained in:
parent
68209adfa7
commit
4338f527aa
82 changed files with 848 additions and 146 deletions
|
@ -126,6 +126,7 @@ public final class VersionHelper {
|
|||
return AccessController.doPrivileged(act);
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private static URL[] getUrlArray(String[] url) throws MalformedURLException {
|
||||
URL[] urlArray = new URL[url.length];
|
||||
for (int i = 0; i < urlArray.length; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue