From 97aadc426ca2f61dccd58a05f37d065b2752ef6d Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Wed, 19 Jun 2019 13:35:14 +0200 Subject: Unify AppDeliveryID Spelling --- .../egiz/moazs/msg/StoreSOAPBodyBinaryInRepositoryInterceptor.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/java/at/gv/egiz/moazs/msg') diff --git a/src/main/java/at/gv/egiz/moazs/msg/StoreSOAPBodyBinaryInRepositoryInterceptor.java b/src/main/java/at/gv/egiz/moazs/msg/StoreSOAPBodyBinaryInRepositoryInterceptor.java index c78c44b..d007286 100644 --- a/src/main/java/at/gv/egiz/moazs/msg/StoreSOAPBodyBinaryInRepositoryInterceptor.java +++ b/src/main/java/at/gv/egiz/moazs/msg/StoreSOAPBodyBinaryInRepositoryInterceptor.java @@ -44,9 +44,9 @@ public class StoreSOAPBodyBinaryInRepositoryInterceptor extends AbstractPhaseInt if(content.length > 0) { Element document = soapUtils.toDOM(content); byte[] status = soapUtils.unwrapSoapEnvelope(document); - String appDeliveryId = soapUtils.getAppDeliveryIDFrom(document); - repository.addSignedDeliveryRequestStatus(status, appDeliveryId); - log.info("Store binary DeliveryRequestStatus with AppDeliveryId={}", appDeliveryId); + String appDeliveryID = soapUtils.getAppDeliveryIDFrom(document); + repository.addSignedDeliveryRequestStatus(status, appDeliveryID); + log.info("Store binary DeliveryRequestStatus with AppDeliveryID={}", appDeliveryID); } } catch (ParserConfigurationException | SAXException | IOException | NullPointerException e) { throw moaZSExceptionBuilder("Could not extract signed data from message.") -- cgit v1.2.3