From 16273473cbb7cc8e74a625c7cda2b50ff9919d14 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 29 Jul 2014 18:06:05 -0400 Subject: [PATCH] Update Javadoc Issue: SPR-12028 --- .../AbstractAnnotationConfigDispatcherServletInitializer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/support/AbstractAnnotationConfigDispatcherServletInitializer.java b/spring-webmvc/src/main/java/org/springframework/web/servlet/support/AbstractAnnotationConfigDispatcherServletInitializer.java index 6a1777fe10..fc897a10de 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/support/AbstractAnnotationConfigDispatcherServletInitializer.java +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/support/AbstractAnnotationConfigDispatcherServletInitializer.java @@ -87,8 +87,8 @@ public abstract class AbstractAnnotationConfigDispatcherServletInitializer * and/or {@link org.springframework.stereotype.Component @Component} classes to be * provided to the {@linkplain #createServletApplicationContext() dispatcher servlet * application context}. - * @return the configuration classes for the dispatcher servlet application context - * (may not be empty or {@code null}) + * @return the configuration classes for the dispatcher servlet application context or + * {@code null} if all configuration is specified through root config classes. */ protected abstract Class[] getServletConfigClasses();