sabbeyPivotal commented on a change in pull request #5152:
URL: https://github.com/apache/geode/pull/5152#discussion_r434783488



##########
File path: 
geode-redis/src/main/java/org/apache/geode/redis/internal/executor/set/StripedExecutor.java
##########
@@ -18,10 +18,11 @@
 
 import java.util.concurrent.Callable;
 
+
 /**
  * Allows users to "stripe" their execution in such a way that all tasks 
belonging to one stripe are
  * executed in-order. A stripe is somehow associated with an Object called the 
"stripeId".
- * It is upto the implementor of this interface to decide how to do this 
assocations.
+ * It is up to the implementor of this interface to decide how to do this 
associations.

Review comment:
       good catch, I'll update it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to