Skip to content

Commit

Permalink
Change the (implicitly static) field data in interface SomeResponse t…
Browse files Browse the repository at this point in the history
…o an instance-method.
  • Loading branch information
turing85 committed Jan 10, 2025
1 parent d379a5e commit d36d8e2
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 d36d8e2

Please sign in to comment.