Skip to content

Commit

Permalink
Remove exclude blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
rlazo committed Jun 24, 2024
1 parent 6a3a0c7 commit 49125c2
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,9 @@ public void onSubscribe(Subscription s) {
s.request(Long.MAX_VALUE);
}

// ... other methods omitted for brevity
// [START_EXCLUDE]
@Override
public void onError(Throwable t) {}
// [END_EXCLUDE]

});

// [END chat_streaming]
Expand Down Expand Up @@ -217,11 +215,9 @@ public void onSubscribe(Subscription s) {
s.request(Long.MAX_VALUE);
}

// ... other methods omitted for brevity
// [START_EXCLUDE]
@Override
public void onError(Throwable t) {}
// [END_EXCLUDE]

});
// [END chat_streaming_with_images]
}
Expand Down

0 comments on commit 49125c2

Please sign in to comment.