pull/5779/head
Stephane Nicoll 9 years ago
parent 3c901fef42
commit f71a207a81

@ -25,7 +25,7 @@ import org.springframework.stereotype.Component;
@Path("/hello")
public class Endpoint {
private Service service;
private final Service service;
public Endpoint(Service service) {
this.service = service;

Loading…
Cancel
Save