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"