mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 09:01:56 +00:00
gnujpdf add override notation
This commit is contained in:
@@ -39,7 +39,6 @@ public class PDFAnnot extends PDFObject implements Serializable {
|
||||
* follows: the package name was changed to gnu.pdf. It is still
|
||||
* licensed under the LGPL.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Solid border. The border is drawn as a solid line.
|
||||
*/
|
||||
@@ -221,6 +220,7 @@ public class PDFAnnot 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