mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 13:27:12 +00:00
gnujpdf add override notation
This commit is contained in:
@@ -136,6 +136,7 @@ public class PDFStream extends PDFObject implements Serializable {
|
||||
* @param os OutputStream to send the object to
|
||||
* @exception IOException on error
|
||||
*/
|
||||
@Override
|
||||
public void write(OutputStream os) throws IOException {
|
||||
writeStart(os);
|
||||
writeStream(os);
|
||||
|
||||
Reference in New Issue
Block a user