mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 20:04:37 +00:00
gnujpdf add override notation
This commit is contained in:
@@ -39,7 +39,6 @@ public class PDFBorder extends PDFObject {
|
||||
* follows: the package name was changed to gnu.pdf. It is still
|
||||
* licensed under the LGPL.
|
||||
*/
|
||||
|
||||
/**
|
||||
* The style of the border
|
||||
*/
|
||||
@@ -88,6 +87,7 @@ public class PDFBorder extends PDFObject {
|
||||
* @param os OutputStream to send the object to
|
||||
* @exception IOException on error
|
||||
*/
|
||||
@Override
|
||||
public void write(OutputStream os) throws IOException {
|
||||
//writeStart(os);
|
||||
os.write(Integer.toString(objser).getBytes());
|
||||
|
||||
Reference in New Issue
Block a user