Browse Source

Polish

pull/5779/head
Stephane Nicoll 10 years ago
parent
commit
f71a207a81
  1. 2
      spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/Endpoint.java

2
spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/Endpoint.java

@ -25,7 +25,7 @@ import org.springframework.stereotype.Component; @@ -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