mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8150470: JCK: api/xsl/conf/copy/copy19 test failure
Reviewed-by: joehw, aefimov
This commit is contained in:
parent
5b5e0a63e7
commit
4087262c58
1 changed files with 1 additions and 1 deletions
|
@ -2959,7 +2959,7 @@ public class XMLEntityManager implements XMLComponent, XMLEntityResolver {
|
||||||
if (!fCurrentEntity.xmlDeclChunkRead)
|
if (!fCurrentEntity.xmlDeclChunkRead)
|
||||||
{
|
{
|
||||||
fCurrentEntity.xmlDeclChunkRead = true;
|
fCurrentEntity.xmlDeclChunkRead = true;
|
||||||
len = DEFAULT_XMLDECL_BUFFER_SIZE;
|
len = Entity.ScannedEntity.DEFAULT_XMLDECL_BUFFER_SIZE;
|
||||||
}
|
}
|
||||||
return fInputStream.read(b, off, len);
|
return fInputStream.read(b, off, len);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue