diff --git a/spring-cloud-context/src/main/java/org/springframework/cloud/context/named/NamedContextFactory.java b/spring-cloud-context/src/main/java/org/springframework/cloud/context/named/NamedContextFactory.java index 6e8c8090..ef42e9c8 100644 --- a/spring-cloud-context/src/main/java/org/springframework/cloud/context/named/NamedContextFactory.java +++ b/spring-cloud-context/src/main/java/org/springframework/cloud/context/named/NamedContextFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2020 the original author or authors. + * Copyright 2012-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -48,8 +48,8 @@ import org.springframework.core.env.MapPropertySource; * @author Spencer Gibb * @author Dave Syer * @author Tommy Karlsson + * @author Olga Maciaszek-Sharma */ -// TODO: add javadoc public abstract class NamedContextFactory implements DisposableBean, ApplicationContextAware { @@ -113,25 +113,25 @@ public abstract class NamedContextFactory configuration : this.configurations.get(name).getConfiguration()) { context.register(configuration);