Polish
This commit is contained in:
@@ -45,7 +45,7 @@ public final class ManagementContextFactory {
|
||||
|
||||
private final Class<? extends WebServerFactory> webServerFactoryClass;
|
||||
|
||||
private Class<?>[] autoConfigurationClasses;
|
||||
private final Class<?>[] autoConfigurationClasses;
|
||||
|
||||
public ManagementContextFactory(WebApplicationType webApplicationType,
|
||||
Class<? extends WebServerFactory> webServerFactoryClass, Class<?>... autoConfigurationClasses) {
|
||||
|
||||
@@ -23,7 +23,7 @@ import org.springframework.beans.factory.BeanFactory;
|
||||
* injection.
|
||||
*
|
||||
* @author Stephane Nicoll
|
||||
* @since 3.0
|
||||
* @since 3.0.0
|
||||
* @see ConstructorBinding
|
||||
*/
|
||||
public abstract class ConstructorBound {
|
||||
|
||||
Reference in New Issue
Block a user