Merge pull request #1 from vicizmax/start-up

start up msg
This commit is contained in:
vicizmax 2024-08-16 12:08:09 +02:00 committed by GitHub
commit cb75879183
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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