parent
a6c2851bd2
commit
e50abf16cd
1 changed files with 1 additions and 1 deletions
|
|
@ -117,6 +117,6 @@ public class DepoPaymentInstructionRegisterService extends QueueConsumer impleme
|
||||||
log.warn("Illegal value in map for request to imdg: {}", message.get());
|
log.warn("Illegal value in map for request to imdg: {}", message.get());
|
||||||
throw new IllegalArgumentException(MessageFormat.format("Illegal value in request to imdg: {0}", message.get()));
|
throw new IllegalArgumentException(MessageFormat.format("Illegal value in request to imdg: {0}", message.get()));
|
||||||
}
|
}
|
||||||
return Optional.ofNullable(depoPaymentInstructionRegisterMap.getFirstObjectByFieldValues(fieldValues);
|
return Optional.ofNullable(depoPaymentInstructionRegisterMap.getFirstObjectByFieldValues(fieldValues));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue