Skip to content

Commit 32befed

Browse files
committed
5555
1 parent 29ff9f0 commit 32befed

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/main/java/com/example/Application.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ public class Application {
1010

1111
public static void main(String[] args) {
1212
SpringApplication.run(Application.class, args);
13-
<<<<<<< HEAD
14-
int abc6=2;
15-
=======
16-
int abc5=2;
17-
>>>>>>> branch 'master' of https://github.com/FnuJava/spring-boot.git
18-
int abc3=2;
13+
int abc3=5;
1914
System.out.println(1);
2015
}
2116

0 commit comments

Comments
 (0)