Skip to content

Commit

Permalink
8254704: Add missing @SInCE tag to BodyPublishers::concat
Browse files Browse the repository at this point in the history
Reviewed-by: chegar
  • Loading branch information
dfuch committed Oct 13, 2020
1 parent 3fb2e82 commit 6ed4c89
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -703,6 +703,8 @@ public static BodyPublisher noBody() {
* @return An aggregate publisher that publishes a request body * @return An aggregate publisher that publishes a request body
* logically equivalent to the concatenation of all bytes published * logically equivalent to the concatenation of all bytes published
* by each publisher in the sequence. * by each publisher in the sequence.
*
* @since 16
*/ */
public static BodyPublisher concat(BodyPublisher... publishers) { public static BodyPublisher concat(BodyPublisher... publishers) {
return RequestPublishers.concat(Objects.requireNonNull(publishers)); return RequestPublishers.concat(Objects.requireNonNull(publishers));
Expand Down

1 comment on commit 6ed4c89

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 6ed4c89 Oct 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.