fixed retriever cache putting
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2759 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
41e9b66cda
commit
195667d8eb
|
|
@ -151,9 +151,9 @@ public abstract class AbstractApplicationEventMulticaster implements Application
|
|||
allListeners.add(listener);
|
||||
}
|
||||
}
|
||||
OrderComparator.sort(allListeners);
|
||||
this.retrieverCache.put(cacheKey, retriever);
|
||||
}
|
||||
OrderComparator.sort(allListeners);
|
||||
this.retrieverCache.put(cacheKey, retriever);
|
||||
}
|
||||
return allListeners;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue