# HG changeset patch # User chegar # Date 1552478524 0 # Node ID acf36e8d61c67f57497a77d98c5dbe33b23dae8c # Parent 8b4a1177202d7214631748cbaef8c5df0f50d73a 8220480: Typo in java.net.http.HttpResponse.BodySubscriber documentation Reviewed-by: alanb diff -r 8b4a1177202d -r acf36e8d61c6 src/java.net.http/share/classes/java/net/http/HttpResponse.java --- a/src/java.net.http/share/classes/java/net/http/HttpResponse.java Wed Mar 13 11:31:00 2019 +0100 +++ b/src/java.net.http/share/classes/java/net/http/HttpResponse.java Wed Mar 13 12:02:04 2019 +0000 @@ -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. * * This code is free software; you can redistribute it and/or modify it @@ -828,7 +828,7 @@ /** * A {@code BodySubscriber} consumes response body bytes and converts them * 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. * *
The object acts as a {@link Flow.Subscriber}<{@link List}<{@link * ByteBuffer}>> to the HTTP Client implementation, which publishes