Merge pull request #2 from vicizmax/startup-message

text hange
This commit is contained in:
vicizmax 2024-08-19 11:57:58 +02:00 committed by GitHub
commit 85fbea5e8e
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! Here we go again......
*/
private static void printStartupMessage() {
System.out.println("PetClinic Application has started successfully!");