mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
fixed retriever cache putting
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user