This commit is contained in:
Stephane Nicoll 2016-04-23 16:15:17 +02:00
parent 3c901fef42
commit f71a207a81

View File

@ -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;