Fix Gemfire Eclipse & Checkstyle

This commit is contained in:
Rob Winch
2016-06-29 11:07:58 -05:00
parent 53c81de5e3
commit cc08f83ce0

View File

@@ -219,11 +219,9 @@ public class GemFireCacheTypeAwareRegionFactoryBean<K, V>
* creating GemFire components.
*
* @param beanFactory reference to the Spring {@link BeanFactory}
* @throws IllegalArgumentException if the {@link BeanFactory} reference is null.
* @see org.springframework.beans.factory.BeanFactory
* @throws IllegalArgumentException if the {@link BeanFactory} reference
* is null.
*/
@Override
public void setBeanFactory(BeanFactory beanFactory) {
Assert.notNull(beanFactory, "BeanFactory must not be null");
this.beanFactory = beanFactory;