correct GenericScope#setName() Javadoc (#124)

This commit is contained in:
Matt Benson
2016-08-17 12:26:00 -05:00
committed by Spencer Gibb
parent 6b957042e4
commit 8281c829e2

View File

@@ -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
*/