Skip to content

Commit d37e717

Browse files
committed
Polish
1 parent 94ea7d8 commit d37e717

File tree

1 file changed

+1
-2
lines changed
  • spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/servlet

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/web/servlet/CompositeHandlerMapping.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@
2424
import org.springframework.beans.factory.ListableBeanFactory;
2525
import org.springframework.beans.factory.annotation.Autowired;
2626
import org.springframework.core.annotation.AnnotationAwareOrderComparator;
27-
import org.springframework.web.servlet.HandlerExceptionResolver;
2827
import org.springframework.web.servlet.HandlerExecutionChain;
2928
import org.springframework.web.servlet.HandlerMapping;
3029

3130
/**
32-
* Composite {@link HandlerExceptionResolver}.
31+
* Composite {@link HandlerMapping}.
3332
*
3433
* @author Andy Wilkinson
3534
* @author Stephane Nicoll

0 commit comments

Comments
 (0)