From 9044706796bb34fac66c1c3df3bd4569b624f344 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 19 Aug 2016 14:22:21 +0200 Subject: [PATCH] Remove reference to PayloadApplicationEvent Issue: SPR-14594 --- src/asciidoc/core-beans.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/core-beans.adoc b/src/asciidoc/core-beans.adoc index b6f74bd7bd9..3f525dc1338 100644 --- a/src/asciidoc/core-beans.adoc +++ b/src/asciidoc/core-beans.adoc @@ -8014,8 +8014,8 @@ Essentially, this is the standard __Observer__ design pattern. As of Spring 4.2, the event infrastructure has been significantly improved and offer an <> as well as the ability to publish any arbitrary event, that is an object that does not necessarily -extend from `ApplicationEvent`. When such an object is published we wrap it in a -`PayloadApplicationEvent` for you. +extend from `ApplicationEvent`. When such an object is published we wrap it in an +event for you. ==== Spring provides the following standard events: