gnujpdf add override notation

This commit is contained in:
Jindra Petřík
2021-02-20 10:03:26 +01:00
parent df913281dc
commit a6bdac7a99
15 changed files with 26 additions and 6 deletions

View File

@@ -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);