This commit is contained in:
Stephane Nicoll 2016-04-23 16:15:17 +02:00
parent 3c901fef42
commit f71a207a81
1 changed files with 1 additions and 1 deletions

View File

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