mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
Revert added leading whitespace
This commit is contained in:
parent
2baccbb9bb
commit
ff498d2078
@ -393,7 +393,7 @@ public class URLClassPath {
|
||||
// or unopenedUrls is exhausted.
|
||||
while (loaders.size() < index + 1) {
|
||||
final URL url;
|
||||
synchronized (path) {
|
||||
synchronized (path) {
|
||||
url = nextURL();
|
||||
if (url == null)
|
||||
return null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user