-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11, 12, 13
-
Component/s: core-libs
-
b12
-
Not verified
A DESCRIPTION OF THE PROBLEM :
Typo in java.net.http.HttpResponse.BodySubscriber<T> interface documentation: The label of the @link tag in
"The class {@link BodySubscribers BodySubscriber} provides implementations of many common body subscribers."
should be 'BodySubscribers'.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
{@link BodySubscribers BodySubscribers}
ACTUAL -
{@link BodySubscribers BodySubscriber}
Typo in java.net.http.HttpResponse.BodySubscriber<T> interface documentation: The label of the @link tag in
"The class {@link BodySubscribers BodySubscriber} provides implementations of many common body subscribers."
should be 'BodySubscribers'.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
{@link BodySubscribers BodySubscribers}
ACTUAL -
{@link BodySubscribers BodySubscriber}