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