Commit 71c906b0 by pahli

add private accessor

parent 6d22a407
...@@ -31,7 +31,7 @@ import java.util.Map; ...@@ -31,7 +31,7 @@ import java.util.Map;
public class DefaultServerIntrospector implements ServerIntrospector { public class DefaultServerIntrospector implements ServerIntrospector {
@Autowired @Autowired
ServerIntrospectorProperties serverIntrospectorProperties; private ServerIntrospectorProperties serverIntrospectorProperties;
@Override @Override
public boolean isSecure(Server server) { public boolean isSecure(Server server) {
......
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