From e2239b4c6dba3d71a540ceb8241964338d937c32 Mon Sep 17 00:00:00 2001 From: Krzysztof Majewski Date: Fri, 20 Nov 2020 07:41:50 +0100 Subject: [PATCH] BAEL-4225 Thymeleaf Variables --- .../com/baeldung/thymeleaf/articles/ArticlesController.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-thymeleaf-3/src/main/java/com/baeldung/thymeleaf/articles/ArticlesController.java b/spring-thymeleaf-3/src/main/java/com/baeldung/thymeleaf/articles/ArticlesController.java index 3274c79222..cfbf0fcaa6 100644 --- a/spring-thymeleaf-3/src/main/java/com/baeldung/thymeleaf/articles/ArticlesController.java +++ b/spring-thymeleaf-3/src/main/java/com/baeldung/thymeleaf/articles/ArticlesController.java @@ -21,9 +21,9 @@ public class ArticlesController { private List
fetchArticles() { return Arrays.asList( new Article( - "Introduction to Using Thymeleaf in Spring", - "https://www.baeldung.com/thymeleaf-in-spring-mvc" - ), + "Introduction to Using Thymeleaf in Spring", + "https://www.baeldung.com/thymeleaf-in-spring-mvc" + ), new Article( "Spring Boot CRUD Application with Thymeleaf", "https://www.baeldung.com/spring-boot-crud-thymeleaf"