author | chegar |
Thu, 29 Mar 2018 20:18:43 +0100 | |
branch | http-client-branch |
changeset 56370 | 86f739cd4cc5 |
parent 56369 | 24a8fafec3ff |
child 56371 | 5497ce426276 |
src/java.net.http/share/classes/jdk/internal/net/http/common/Demand.java | file | annotate | diff | comparison | revisions |
--- a/src/java.net.http/share/classes/jdk/internal/net/http/common/Demand.java Thu Mar 29 17:52:06 2018 +0100 +++ b/src/java.net.http/share/classes/jdk/internal/net/http/common/Demand.java Thu Mar 29 20:18:43 2018 +0100 @@ -54,7 +54,7 @@ } /** - * Increase this demand by 1 but only if it is fulfilled. + * Increases this demand by 1 but only if it is fulfilled. * @return true if the demand was increased, false otherwise. */ public boolean increaseIfFulfilled() {