mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 16:47:22 +00:00
gnujpdf add override notation
This commit is contained in:
@@ -86,6 +86,7 @@ public class PDFXref {
|
||||
/**
|
||||
* @return The xref in the format of the xref section in the PDF file
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
String of = Integer.toString(offset);
|
||||
String ge = Integer.toString(generation);
|
||||
|
||||
Reference in New Issue
Block a user