src/java.net.http/share/classes/jdk/internal/net/http/common/Demand.java
branchhttp-client-branch
changeset 56370 86f739cd4cc5
parent 56252 e4b05854c51f
child 56451 9585061fdb04
--- 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() {