diff --git a/src/main/java/org/springframework/data/relational/domain/support/RelationalAuditingEventListener.java b/src/main/java/org/springframework/data/relational/domain/support/RelationalAuditingEventListener.java index e8732e1d..c4338cf4 100644 --- a/src/main/java/org/springframework/data/relational/domain/support/RelationalAuditingEventListener.java +++ b/src/main/java/org/springframework/data/relational/domain/support/RelationalAuditingEventListener.java @@ -36,8 +36,8 @@ import org.springframework.data.relational.core.mapping.event.BeforeSaveEvent; public class RelationalAuditingEventListener implements ApplicationListener, Ordered { /** - * The order used for this {@link org.springframework.context.event.EventListener}. This ensures that it will run - * before other listeners without a specified priority. + * The order used for this {@link org.springframework.context.event.EventListener}. Ordering ensures that this + * {@link ApplicationListener} will run before other listeners without a specified priority. * * @see org.springframework.core.annotation.Order * @see Ordered @@ -48,7 +48,7 @@ public class RelationalAuditingEventListener implements ApplicationListener