Merge branch 'main' into startup-message

This commit is contained in:
vicizmax 2024-08-16 14:20:41 +02:00 committed by GitHub
commit 009fc86243
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,6 @@ public class PetClinicApplication {
}
/**
* Prints a startup message to the console. Here we go!
*/
private static void printStartupMessage() {
System.out.println("PetClinic Application has started successfully!");