diff options
Diffstat (limited to 'pdf-as-moa/src/main/java')
| -rw-r--r-- | pdf-as-moa/src/main/java/at/gv/egiz/pdfas/moa/MOAConnector.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-moa/src/main/java/at/gv/egiz/pdfas/moa/MOAConnector.java b/pdf-as-moa/src/main/java/at/gv/egiz/pdfas/moa/MOAConnector.java index 7c8ebbf7..d92bcc42 100644 --- a/pdf-as-moa/src/main/java/at/gv/egiz/pdfas/moa/MOAConnector.java +++ b/pdf-as-moa/src/main/java/at/gv/egiz/pdfas/moa/MOAConnector.java @@ -119,7 +119,7 @@ public class MOAConnector implements ISignatureConnector, } catch (MalformedURLException e) { logger.error("{} is not a valid url but starts with http!", certificateValue); - throw new PdfAsWrappedIOException(new PdfAsException(certificateValue + " is not a valid url but!")); + throw new PdfAsWrappedIOException(new PdfAsException(certificateValue + " is not a valid url but starts with http!")); } } else if (certificateValue.startsWith("base64:")) { |
