mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8220480: Typo in java.net.http.HttpResponse.BodySubscriber documentation
Reviewed-by: alanb
This commit is contained in:
parent
a0847b0416
commit
bcdbc436ec
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -828,7 +828,7 @@ public interface HttpResponse<T> {
|
||||||
/**
|
/**
|
||||||
* A {@code BodySubscriber} consumes response body bytes and converts them
|
* A {@code BodySubscriber} consumes response body bytes and converts them
|
||||||
* into a higher-level Java type. The class {@link BodySubscribers
|
* into a higher-level Java type. The class {@link BodySubscribers
|
||||||
* BodySubscriber} provides implementations of many common body subscribers.
|
* BodySubscribers} provides implementations of many common body subscribers.
|
||||||
*
|
*
|
||||||
* <p> The object acts as a {@link Flow.Subscriber}<{@link List}<{@link
|
* <p> The object acts as a {@link Flow.Subscriber}<{@link List}<{@link
|
||||||
* ByteBuffer}>> to the HTTP Client implementation, which publishes
|
* ByteBuffer}>> to the HTTP Client implementation, which publishes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue