Skip to content

Commit feaf8cd

Browse files
author
Singh,Atin
committed
Messed Code
1 parent 7e6f211 commit feaf8cd

1 file changed

Lines changed: 0 additions & 57 deletions

File tree

src/main/java/io/pragra/learning/demo/IndexController.java

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -6,63 +6,6 @@ public class IndexController {
66

77
@GetMapping("/")
88
public String getHome() {
9-
String param = null;
10-
int a = 0;
11-
int b = 0;
12-
int sum = 0;
13-
sum = a+b;
14-
sum = a+b;
15-
sum = a+b;
16-
sum = a+b;
17-
sum = a+b;
18-
sum = a+b;
19-
sum = a+b;
20-
sum = a+b;
21-
sum = a+b;
22-
sum = a+b;
23-
sum = a+b;
24-
sum = a+b;
25-
sum = a+b;
26-
sum = a+b;
27-
sum = a+b;
28-
sum = a+b;
29-
sum = a+b;
30-
sum = a+b;
31-
sum = a+b;
32-
sum = a+b;
33-
if(param ==null || param =="") {
34-
System.out.println("Somthign is not right");
35-
System.out.println("Somthign is not right");
36-
System.out.println("Somthign is not right");
37-
System.out.println("Somthign is not right");
38-
System.out.println("Somthign is not right");
39-
System.out.println("Somthign is not right");
40-
System.out.println("Somthign is not right");
41-
System.out.println("Somthign is not right");
42-
System.out.println("Somthign is not right");
43-
System.out.println("Somthign is not right");
44-
System.out.println("Somthign is not right");
45-
System.out.println("Somthign is not right");
46-
System.out.println("Somthign is not right");
47-
System.out.println("Somthign is not right");
48-
System.out.println("Somthign is not right");
49-
System.out.println("Somthign is not right");
50-
System.out.println("Somthign is not right");
51-
System.out.println("Somthign is not right");
52-
System.out.println("Somthign is not right");
53-
System.out.println("Somthign is not right");
54-
System.out.println("Somthign is not right");
55-
System.out.println("Somthign is not right");
56-
System.out.println("Somthign is not right");
57-
System.out.println("Somthign is not right");
58-
System.out.println("Somthign is not right");
59-
System.out.println("Somthign is not right");
60-
System.out.println("Somthign is not right");
61-
System.out.println("Somthign is not right");
62-
System.out.println("Somthign is not right");
63-
System.out.println("Somthign is not right");
64-
System.out.println("Somthign is not right");
65-
}
669

6710
return "index";
6811
}

0 commit comments

Comments
 (0)