From ab62d63a7b108b022fea5a54593ef6eab441dd75 Mon Sep 17 00:00:00 2001 From: Oleh Kurpiak Date: Wed, 26 Apr 2023 13:51:08 +0300 Subject: [PATCH] Fix Spring Integration documentation --- docs/modules/get-jpa-streamer/pages/spring_integration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/get-jpa-streamer/pages/spring_integration.adoc b/docs/modules/get-jpa-streamer/pages/spring_integration.adoc index ee54c6c1f..2b8ef4c5c 100644 --- a/docs/modules/get-jpa-streamer/pages/spring_integration.adoc +++ b/docs/modules/get-jpa-streamer/pages/spring_integration.adoc @@ -48,7 +48,7 @@ Once the required dependencies are installed, you can access JPAStreamer using S public class DummyService { @Autowired - private final JPAStreamer jpaStreamer; + private JPAStreamer jpaStreamer; } ----