From fcabcb4756d448b7b2096cef121a74f72aec8032 Mon Sep 17 00:00:00 2001 From: Helmi Sahli Date: Tue, 26 Mar 2024 01:36:29 +0100 Subject: [PATCH 1/2] Update LICENSE.txt --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index ff7737963..f1e70dd76 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ - +test Apache License Version 2.0, January 2004 https://www.apache.org/licenses/ From dd23f83da3c380ed0b18afb3b3583b4e2b511f7c Mon Sep 17 00:00:00 2001 From: Daniele Gerbaldo Date: Tue, 26 Mar 2024 23:21:15 +0100 Subject: [PATCH 2/2] Update PetClinicApplication.java --- .../springframework/samples/petclinic/PetClinicApplication.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/springframework/samples/petclinic/PetClinicApplication.java b/src/main/java/org/springframework/samples/petclinic/PetClinicApplication.java index 6299a76f7..3ef686826 100644 --- a/src/main/java/org/springframework/samples/petclinic/PetClinicApplication.java +++ b/src/main/java/org/springframework/samples/petclinic/PetClinicApplication.java @@ -29,6 +29,7 @@ import java.util.Locale; * * @author Dave Syer * + * */ @SpringBootApplication @ImportRuntimeHints(PetClinicRuntimeHints.class)