Merge remote-tracking branch 'origin/2.2.x'

This commit is contained in:
Ryan Baxter
2020-02-27 16:19:44 -05:00

View File

@@ -33,7 +33,7 @@ public class BootstrapPropertySource<T> extends EnumerablePropertySource<T> {
private PropertySource<T> delegate;
BootstrapPropertySource(PropertySource<T> delegate) {
public BootstrapPropertySource(PropertySource<T> delegate) {
super(BOOTSTRAP_PROPERTY_SOURCE_NAME + "-" + delegate.getName(),
delegate.getSource());
this.delegate = delegate;