Skip to content

Commit 1b2112e

Browse files
dreis2211snicoll
authored andcommitted
Reduce method visibility in EndpointDiscovererTests
See gh-18884
1 parent 49566ed commit 1b2112e

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)