Author: tilman
Date: Sat Oct 11 09:05:23 2025
New Revision: 1929069
Log:
PDFBOX-5660: fix typo, as suggested by Valery Bokov; improve javadoc; closes
#286
Modified:
pdfbox/branches/3.0/io/src/main/java/org/apache/pdfbox/io/NonSeekableRandomAccessReadInputStream.java
Modified:
pdfbox/branches/3.0/io/src/main/java/org/apache/pdfbox/io/NonSeekableRandomAccessReadInputStream.java
==============================================================================
---
pdfbox/branches/3.0/io/src/main/java/org/apache/pdfbox/io/NonSeekableRandomAccessReadInputStream.java
Sat Oct 11 08:30:19 2025 (r1929068)
+++
pdfbox/branches/3.0/io/src/main/java/org/apache/pdfbox/io/NonSeekableRandomAccessReadInputStream.java
Sat Oct 11 09:05:23 2025 (r1929069)
@@ -256,7 +256,7 @@ public class NonSeekableRandomAccessRead
else
{
// there aren't enough bytes left in the buffers to perform the
rewind operation
- throw new IOException("not enough bytes available to perfomr the
rewind operation");
+ throw new IOException("not enough bytes available to perform the
rewind operation");
}
}