Skip to content

Commit 7978dc3

Browse files
authored
Update HelloController.java
1 parent 28317fc commit 7978dc3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/com/example/devopstraining/controller/HelloController.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import org.springframework.web.bind.annotation.PathVariable;
55
import org.springframework.web.bind.annotation.RequestMapping;
66
import org.springframework.web.bind.annotation.RestController;
7-
import java.util.List;
87

98
@RestController
109
@RequestMapping("/api")
@@ -24,4 +23,4 @@ public String helloWithName(@PathVariable final String name) {
2423
public String health() {
2524
return "Application is running";
2625
}
27-
}
26+
}

0 commit comments

Comments
 (0)