Merge remote-tracking branch 'origin/3.1.x'
This commit is contained in:
@@ -42,6 +42,7 @@ public class LoadBalancerClientSpecification implements NamedContextFactory.Spec
|
||||
this.configuration = configuration;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return this.name;
|
||||
}
|
||||
@@ -51,6 +52,7 @@ public class LoadBalancerClientSpecification implements NamedContextFactory.Spec
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Class<?>[] getConfiguration() {
|
||||
return this.configuration;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user