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