Reduce method visibility in EndpointDiscovererTests
See gh-18884
This commit is contained in:
committed by
Stephane Nicoll
parent
49566edf6c
commit
1b2112ea8c
@@ -504,7 +504,7 @@ class EndpointDiscovererTests {
|
||||
static class SpecializedSuperclassTestEndpoint extends AbstractFilteredEndpoint {
|
||||
|
||||
@ReadOperation
|
||||
public Object getAll() {
|
||||
Object getAll() {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user