Files
spring-integration/spring-integration-mail/src
Artem Bilan 5b42c28f40 Refactor AbstractMailReceiver for proper locking
According Sonar we can't just leave lock unlocked in th method, so
apply refactoring for the `AbstractMailReceiver.receive()` where we don't
have uncontrolled `lock()` in the separate method
2019-01-23 11:15:40 -05:00
..