From e0d280a78d86f32866d80a2a7e97db4d5a6292fd Mon Sep 17 00:00:00 2001 From: tknall Date: Mon, 28 Jan 2013 17:29:47 +0000 Subject: Minor issues (e.g. source code encoding issues) fixed. Cleanup tasks... git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/pdf-as/trunk@929 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../at/knowcenter/wag/egov/egiz/pdf/PDFSignatureObjectIText.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pdf-as-lib/src/main/java/at/knowcenter/wag/egov/egiz/pdf/PDFSignatureObjectIText.java') diff --git a/pdf-as-lib/src/main/java/at/knowcenter/wag/egov/egiz/pdf/PDFSignatureObjectIText.java b/pdf-as-lib/src/main/java/at/knowcenter/wag/egov/egiz/pdf/PDFSignatureObjectIText.java index 1145619..a8a150e 100644 --- a/pdf-as-lib/src/main/java/at/knowcenter/wag/egov/egiz/pdf/PDFSignatureObjectIText.java +++ b/pdf-as-lib/src/main/java/at/knowcenter/wag/egov/egiz/pdf/PDFSignatureObjectIText.java @@ -418,7 +418,7 @@ public class PDFSignatureObjectIText implements PDFSignatureObject logger_.debug("Image file declaration is relative. Prepending path of resources directory."); img_file = new File(SettingsReader.relocateFile(img_ref)); } else { - logger_.debug("Image file declaration is absolute. Skipping file relocation."); + logger_.debug("Image file declaration is absolute. Skipping file relocation."); } // String img_location = SettingsReader.relocateFile(img_ref); // File img_file = new File (img_location); @@ -447,7 +447,7 @@ public class PDFSignatureObjectIText implements PDFSignatureObject { logger_.error("BadElementException:" + e.getMessage()); } - PDFDocumentException pde = new PDFDocumentException(220, "PDF table can not created"); + PDFDocumentException pde = new PDFDocumentException(220, "Unable to create PDF table."); throw pde; } catch (MalformedURLException e) @@ -456,7 +456,7 @@ public class PDFSignatureObjectIText implements PDFSignatureObject { logger_.error("MalformedURLException:" + e.getMessage()); } - PDFDocumentException pde = new PDFDocumentException(221, "PDF table can not created"); + PDFDocumentException pde = new PDFDocumentException(221, "Unable to create PDF table."); throw pde; } catch (IOException e) @@ -465,7 +465,7 @@ public class PDFSignatureObjectIText implements PDFSignatureObject { logger_.error("Error Code: 222, IOException:" + e.getMessage()); } - PDFDocumentException pde = new PDFDocumentException(222, "PDF table can not created: Image can not loaded"); + PDFDocumentException pde = new PDFDocumentException(222, "Unable to create PDF table, unable to load image."); throw pde; } break; -- cgit v1.2.3