提交 5de35e8f 编写于 作者: C Chris Beams

Polishing

上级 6993a876
......@@ -112,7 +112,7 @@ public interface FeatureSpecification {
* have been set, including checks on mutually exclusive or mutually
* dependent properties. May in some cases modify the state of the
* specification e.g., instantiating types specified as strings.
* @see AbstractSpecificationExecutor#execute(Specification)
* @see AbstractSpecificationExecutor#execute(FeatureSpecification, SpecificationContext)
* @return whether any problems occurred during validation
*/
boolean validate(ProblemReporter problemReporter);
......
......@@ -44,7 +44,7 @@ import org.springframework.web.servlet.resource.DefaultServletHttpRequestHandler
* @author Rossen Stoyanchev
* @since 3.1
*/
public class MvcDefaultServletHandler extends AbstractFeatureSpecification {
public final class MvcDefaultServletHandler extends AbstractFeatureSpecification {
private static final Class<? extends FeatureSpecificationExecutor> EXECUTOR_TYPE = MvcDefaultServletHandlerExecutor.class;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册