mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
🤖 Auto-resolved merge conflicts with Claude AI
This commit is contained in:
parent
9260c299fe
commit
a848644aa3
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ public class HelloWorld {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void helloWorld() {
|
public static void helloWorld() {
|
||||||
System.out.println("Hello, World! dev");
|
System.out.println("Hello, World! main");
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue