Skip to content

Commit

Permalink
Merge pull request #45510 from turing85/feature/docs/rest/fix-respons…
Browse files Browse the repository at this point in the history
…e-interface

Change the (implicitly static) field data in interface SomeResponse to an instance-method
  • Loading branch information
geoand authored Jan 10, 2025
2 parents d379a5e + d36d8e2 commit d52e7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rest.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ public class Endpoint {
}
interface SomeResponse {
Multi<byte[]> data;
Multi<byte[]> data();
String myHeader();
}
Expand Down

0 comments on commit d52e7e3

Please sign in to comment.