Issue 4450 - remove ConfigurationCustomizer static method
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
64d72abde6
commit
6c2c4d8ad7
|
@ -206,13 +206,5 @@ public interface Configuration
|
||||||
if (maxTextMessageSize != null)
|
if (maxTextMessageSize != null)
|
||||||
configurable.setMaxTextMessageSize(maxTextMessageSize);
|
configurable.setMaxTextMessageSize(maxTextMessageSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static ConfigurationCustomizer from(ConfigurationCustomizer parent, ConfigurationCustomizer child)
|
|
||||||
{
|
|
||||||
ConfigurationCustomizer customizer = new ConfigurationCustomizer();
|
|
||||||
parent.customize(customizer);
|
|
||||||
child.customize(customizer);
|
|
||||||
return customizer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue