fixed retriever cache putting
This commit is contained in:
parent
a7a03356f4
commit
265084cb6c
|
|
@ -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