mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 05:15:50 +00:00
Update test_conflict.java
Signed-off-by: jeet041 <mahorjitendra@gmail.com>
This commit is contained in:
parent
a2f4bd0dc7
commit
33590958d5
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ public class HelloWorld {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void helloWorld() {
|
public static void helloWorld() {
|
||||||
System.out.println("Hello, World! main");
|
System.out.println("Hello, World! dev");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue