gnujpdf add override notation

This commit is contained in:
Jindra Petřík
2021-02-20 10:03:26 +01:00
parent df913281dc
commit a6bdac7a99
15 changed files with 26 additions and 6 deletions

View File

@@ -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);