Reduce method visibility in EndpointDiscovererTests

See gh-18884
This commit is contained in:
dreis2211 2019-11-05 14:00:59 +01:00 committed by Stephane Nicoll
parent 49566edf6c
commit 1b2112ea8c
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ class EndpointDiscovererTests {
static class SpecializedSuperclassTestEndpoint extends AbstractFilteredEndpoint {
@ReadOperation
public Object getAll() {
Object getAll() {
return null;
}