Skip to content

Commit

Permalink
Merge pull request #37605 from geoand/rest-client-doc-fix
Browse files Browse the repository at this point in the history
Fix type in HeartbeatFilter example of rest-client-reactive doc
  • Loading branch information
geoand authored Dec 8, 2023
2 parents 018e8e4 + 2335695 commit 5a878c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rest-client-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ public interface SseClient {
Multi<SseEvent<Long>> get();
class HeartbeatFilter implements Predicate<SessionEvent<String>> {
class HeartbeatFilter implements Predicate<SseEvent<String>> {
@Override
public boolean test(SseEvent<String> event) {
Expand Down

0 comments on commit 5a878c6

Please sign in to comment.