Commit f71a207a authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 3c901fef
...@@ -25,7 +25,7 @@ import org.springframework.stereotype.Component; ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment