mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-29 19:35:53 +00:00
gnujpdf add override notation
This commit is contained in:
@@ -120,6 +120,7 @@ public class PDFFont extends PDFObject implements Serializable {
|
||||
/**
|
||||
* @return the Font's PDF type
|
||||
*/
|
||||
@Override
|
||||
public String getType() {
|
||||
return type;
|
||||
}
|
||||
@@ -143,6 +144,7 @@ public class PDFFont 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