Skip to content

Commit b183934

Browse files
committed
Remove reference to PayloadApplicationEvent
Issue: SPR-14594
1 parent 7451118 commit b183934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/asciidoc/core-beans.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7978,8 +7978,8 @@ Essentially, this is the standard __Observer__ design pattern.
79787978
As of Spring 4.2, the event infrastructure has been significantly improved and offer
79797979
an <<context-functionality-events-annotation,annotation-based model>> as well as the
79807980
ability to publish any arbitrary event, that is an object that does not necessarily
7981-
extend from `ApplicationEvent`. When such an object is published we wrap it in a
7982-
`PayloadApplicationEvent` for you.
7981+
extend from `ApplicationEvent`. When such an object is published we wrap it in an
7982+
event for you.
79837983
====
79847984

79857985
Spring provides the following standard events:

0 commit comments

Comments
 (0)