Commit 6759e8ab authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #18884 from dreis2211

* pr/18884:
  Reduce method visibility in EndpointDiscovererTests

Closes gh-18884
parents 49566edf 1b2112ea
......@@ -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