From 3776bd908568cf4612fa80e1ab4b576a2585fbf7 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 18 Sep 2025 09:07:19 +0200 Subject: chore(core): remove deprecated API calls and fix JavaDoc --- .../at/gv/egiz/asic/xmlbind/VerifyASICSignatureResponseBuilder.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'moaSig/moa-asic/src/main/java') 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 * VerifyCMSSignatureResponse API object. * - * @param response The VerifyCMSSignatureResponse to convert to - * XML. + * @param results The VerifyCMSSignatureResponse to convert to XML. * @return A document containing the VerifyCMSSignatureResponse DOM * element. * @throws MOAApplicationException An error occurred building the response. -- cgit v1.2.3