Commit 1b2112ea authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Reduce method visibility in EndpointDiscovererTests

See gh-18884
parent 49566edf
......@@ -504,7 +504,7 @@ class EndpointDiscovererTests {
static class SpecializedSuperclassTestEndpoint extends AbstractFilteredEndpoint {
@ReadOperation
public Object getAll() {
Object getAll() {
return null;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment