mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-18 22:35:12 +00:00
Update UpgradeInputStream.java
This commit is contained in:
parent
d383594120
commit
ee8b2bcd91
@ -43,7 +43,6 @@ class UpgradeInputStream extends LeftOverInputStream {
|
||||
if (eof) {
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
return in.read(b, off, len);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user