You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method registerHandlerMethod in AbstractHandlerMethodMapping change from protected to public
The following error is throwing
[ERROR] COMPILATION ERROR :
[ERROR] /Users/eddumelendez/Documents/GitHub/spring-boot/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/EndpointHandlerMapping.java:[92,24] registerHandlerMethod(java.lang.Object,java.lang.reflect.Method,org.springframework.web.servlet.mvc.method.RequestMappingInfo) in org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping cannot override registerHandlerMethod(java.lang.Object,java.lang.reflect.Method,T) in org.springframework.web.servlet.handler.AbstractHandlerMethodMapping
attempting to assign weaker access privileges; was public
The text was updated successfully, but these errors were encountered:
eddumelendez
added a commit
to eddumelendez/spring-boot
that referenced
this issue
May 4, 2015
Method
registerHandlerMethod
inAbstractHandlerMethodMapping
change from protected to publicThe following error is throwing
The text was updated successfully, but these errors were encountered: