Hi there, when I was reading the code of the function "private Node findChild(Node parent, String name)" in buildSrc/src/main/java/org/springframework/boot/build/bom/BomPlugin.java, I found it has no Javadoc. I would like to contribute by adding “get the child node for a given element. @param parent the parent to be passed to this one". Can you check if this is correct?

buildSrc/src/main/java/org/springframework/boot/build/bom/BomPlugin.java

Comment From: 129124

Besides, My understanding of function "private E getFilterEndpoint(EndpointBean endpointBean) " in spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/annotation/EndpointDiscoverer.java is "get the endpoint is registered.". Can you please also check if this is correct? Thanks.

Comment From: snicoll

See https://github.com/spring-projects/spring-boot/issues/23046#issuecomment-678605741