Browse Source

correct GenericScope#setName() Javadoc (#124)

pull/120/merge
Matt Benson 9 years ago committed by Spencer Gibb
parent
commit
8281c829e2
  1. 2
      spring-cloud-context/src/main/java/org/springframework/cloud/context/scope/GenericScope.java

2
spring-cloud-context/src/main/java/org/springframework/cloud/context/scope/GenericScope.java

@ -86,7 +86,7 @@ public class GenericScope implements Scope, BeanFactoryPostProcessor, Disposable @@ -86,7 +86,7 @@ public class GenericScope implements Scope, BeanFactoryPostProcessor, Disposable
}
/**
* The name of this scope. Default "refresh".
* The name of this scope. Default "generic".
*
* @param name the name value to set
*/

Loading…
Cancel
Save