Merge dev_4 branch
This commit is contained in:
@@ -11,6 +11,7 @@ public class DemoApplication {
|
|||||||
System.out.println("Comment in develop branch");
|
System.out.println("Comment in develop branch");
|
||||||
System.out.println("Another comment in develop branch");
|
System.out.println("Another comment in develop branch");
|
||||||
System.out.println("Dev_3 comment");
|
System.out.println("Dev_3 comment");
|
||||||
|
System.out.println("Dev_4 comment");
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user