Details
Description
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}