Skip to content

Commit 6759e8a

Browse files
committed
Merge pull request #18884 from dreis2211
* pr/18884: Reduce method visibility in EndpointDiscovererTests Closes gh-18884
2 parents 49566ed + 1b2112e commit 6759e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/annotation/EndpointDiscovererTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ static class AbstractFilteredEndpoint {
504504
static class SpecializedSuperclassTestEndpoint extends AbstractFilteredEndpoint {
505505

506506
@ReadOperation
507-
public Object getAll() {
507+
Object getAll() {
508508
return null;
509509
}
510510

0 commit comments

Comments
 (0)