Polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4076 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
890603543e
commit
9156a9d8f6
|
|
@ -112,7 +112,7 @@ public interface FeatureSpecification {
|
||||||
* have been set, including checks on mutually exclusive or mutually
|
* have been set, including checks on mutually exclusive or mutually
|
||||||
* dependent properties. May in some cases modify the state of the
|
* dependent properties. May in some cases modify the state of the
|
||||||
* specification e.g., instantiating types specified as strings.
|
* specification e.g., instantiating types specified as strings.
|
||||||
* @see AbstractSpecificationExecutor#execute(Specification)
|
* @see AbstractSpecificationExecutor#execute(FeatureSpecification, SpecificationContext)
|
||||||
* @return whether any problems occurred during validation
|
* @return whether any problems occurred during validation
|
||||||
*/
|
*/
|
||||||
boolean validate(ProblemReporter problemReporter);
|
boolean validate(ProblemReporter problemReporter);
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ import org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
|
||||||
* @author Rossen Stoyanchev
|
* @author Rossen Stoyanchev
|
||||||
* @since 3.1
|
* @since 3.1
|
||||||
*/
|
*/
|
||||||
public class MvcDefaultServletHandler extends AbstractFeatureSpecification {
|
public final class MvcDefaultServletHandler extends AbstractFeatureSpecification {
|
||||||
|
|
||||||
private static final Class<? extends FeatureSpecificationExecutor> EXECUTOR_TYPE = MvcDefaultServletHandlerExecutor.class;
|
private static final Class<? extends FeatureSpecificationExecutor> EXECUTOR_TYPE = MvcDefaultServletHandlerExecutor.class;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue