aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Palfinger <gerald.palfinger@iaik.tugraz.at>2022-05-20 13:51:13 +0200
committerGerald Palfinger <gerald.palfinger@iaik.tugraz.at>2022-05-20 13:51:13 +0200
commite69ba716ebae7307645ff9c640967d58ef48b9f4 (patch)
treec3392f33158caabc7013d12d1111fc5c60d57783
parentff7cb608cf330a282b41329a50fd2244419b999b (diff)
downloadpdf-as-4-e69ba716ebae7307645ff9c640967d58ef48b9f4.tar.gz
pdf-as-4-e69ba716ebae7307645ff9c640967d58ef48b9f4.tar.bz2
pdf-as-4-e69ba716ebae7307645ff9c640967d58ef48b9f4.zip
Fix parameter name in doc
-rw-r--r--pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/sl20/KeyStoreUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/sl20/KeyStoreUtils.java b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/sl20/KeyStoreUtils.java
index c7472a22..53b93f58 100644
--- a/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/sl20/KeyStoreUtils.java
+++ b/pdf-as-web/src/main/java/at/gv/egiz/pdfas/web/sl20/KeyStoreUtils.java
@@ -191,7 +191,7 @@ public class KeyStoreUtils {
/**
* Loads a keyStore without knowing the keyStore type
- * @param in input stream
+ * @param is input stream
* @param password Password protecting the keyStore
* @return keyStore loaded
* @throws KeyStoreException thrown if keyStore cannot be loaded