mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-24 03:55:38 +00:00
gnujpdf add override notation
This commit is contained in:
@@ -50,7 +50,6 @@ public class PDFPage extends PDFObject implements Serializable {
|
||||
* The formatting was changed a little bit.
|
||||
* It is still licensed under the LGPL.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Default page format (Letter size with 1 inch margins and Portrait
|
||||
* orientation)
|
||||
@@ -493,6 +492,7 @@ public class PDFPage extends PDFObject implements Serializable {
|
||||
* @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);
|
||||
@@ -631,6 +631,7 @@ public class PDFPage extends PDFObject implements Serializable {
|
||||
* @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