Allow overriding of initialize()

parent d76454b1
...@@ -41,7 +41,7 @@ public class RibbonApplicationContextInitializer ...@@ -41,7 +41,7 @@ public class RibbonApplicationContextInitializer
this.clientNames = clientNames; this.clientNames = clientNames;
} }
private void initialize() { protected void initialize() {
if (clientNames != null) { if (clientNames != null) {
for (String clientName : clientNames) { for (String clientName : clientNames) {
this.springClientFactory.getContext(clientName); this.springClientFactory.getContext(clientName);
......
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