Some polishing for test-support module

* Remove `TypeSafeMatcher` in favor of the same class in Hamcrest
* Resolve `serial` warning with `OnFailedToAcquireMutexEvent`
This commit is contained in:
Artem Bilan
2017-10-13 20:38:31 -04:00
parent 1979f91cf5
commit a5d30b9f66
10 changed files with 82 additions and 173 deletions

View File

@@ -26,6 +26,7 @@ import org.springframework.integration.leader.Context;
*
* @since 5.0
*/
@SuppressWarnings("serial")
public class OnFailedToAcquireMutexEvent extends AbstractLeaderEvent {
/**