mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-12 06:54:50 +00:00
gnujpdf add override notation
This commit is contained in:
@@ -152,6 +152,7 @@ public class PDFInfo 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