diff options
| author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2025-09-18 09:07:19 +0200 |
|---|---|---|
| committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2025-09-18 09:07:19 +0200 |
| commit | 3776bd908568cf4612fa80e1ab4b576a2585fbf7 (patch) | |
| tree | 31e1f591fd7619f341c08170e82089befae88432 /moaSig/moa-asic/src | |
| parent | 73721b1c16ef2d98253f1a019cc83c26641beb74 (diff) | |
| download | moa-sig-3776bd908568cf4612fa80e1ab4b576a2585fbf7.tar.gz moa-sig-3776bd908568cf4612fa80e1ab4b576a2585fbf7.tar.bz2 moa-sig-3776bd908568cf4612fa80e1ab4b576a2585fbf7.zip | |
chore(core): remove deprecated API calls and fix JavaDoc
Diffstat (limited to 'moaSig/moa-asic/src')
| -rw-r--r-- | moaSig/moa-asic/src/main/java/at/gv/egiz/asic/xmlbind/VerifyASICSignatureResponseBuilder.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/moaSig/moa-asic/src/main/java/at/gv/egiz/asic/xmlbind/VerifyASICSignatureResponseBuilder.java b/moaSig/moa-asic/src/main/java/at/gv/egiz/asic/xmlbind/VerifyASICSignatureResponseBuilder.java index 34744ef..02fbeb2 100644 --- a/moaSig/moa-asic/src/main/java/at/gv/egiz/asic/xmlbind/VerifyASICSignatureResponseBuilder.java +++ b/moaSig/moa-asic/src/main/java/at/gv/egiz/asic/xmlbind/VerifyASICSignatureResponseBuilder.java @@ -74,8 +74,7 @@ public class VerifyASICSignatureResponseBuilder { * element being the XML representation of the given * <code>VerifyCMSSignatureResponse</code> API object. * - * @param response The <code>VerifyCMSSignatureResponse</code> to convert to - * XML. + * @param results The <code>VerifyCMSSignatureResponse</code> to convert to XML. * @return A document containing the <code>VerifyCMSSignatureResponse</code> DOM * element. * @throws MOAApplicationException An error occurred building the response. |
