Make getSpy method visible to other packages.
This commit is contained in:
@@ -105,7 +105,7 @@ public class RabbitListenerTestHarness extends RabbitListenerAnnotationBeanPostP
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
<T> T getSpy(String id) {
|
||||
public <T> T getSpy(String id) {
|
||||
return (T) this.listeners.get(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user