summaryrefslogtreecommitdiffstats
path: root/messagebus
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-11-26 10:20:27 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-11-26 10:20:42 +0100
commit3f6c8f625342d3cbd9e145e135e6b127286fb23d (patch)
tree5e9c405247b743371a17033c831ef3cec98915ad /messagebus
parent4429843d149d0f5761ec2fb92b342bc66bc3871b (diff)
Non-functional changes
Diffstat (limited to 'messagebus')
-rw-r--r--messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java b/messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java
index 1281bd0b544..28d74c0b9f0 100644
--- a/messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java
+++ b/messagebus/src/main/java/com/yahoo/messagebus/DynamicThrottlePolicy.java
@@ -10,7 +10,7 @@ import java.util.logging.Logger;
* This is an implementation of the {@link ThrottlePolicy} that offers dynamic limits to the number of pending messages a
* {@link SourceSession} is allowed to have.
*
- * <b>NOTE:</b> By context, "pending" is refering to the number of sent messages that have not been replied to yet.
+ * <b>NOTE:</b> By context, "pending" is referring to the number of sent messages that have not been replied to yet.
*
* @author Simon Thoresen Hult
*/
@@ -161,7 +161,7 @@ public class DynamicThrottlePolicy extends StaticThrottlePolicy {
}
/**
- * Sets the relative stepsize when decreasing window size.
+ * Sets the relative step size when decreasing window size.
*
* @param decrementFactor the step size to set
* @return this, to allow chaining