You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2018/06/07 17:08:30 UTC

[geode] branch develop updated: GEODE-5300: Remove mention of a developer by name

This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 81b0019  GEODE-5300: Remove mention of a developer by name
81b0019 is described below

commit 81b0019673b2e601c6118b93aa28e4bf36512a26
Author: Bruce Schuchardt <bs...@pivotal.io>
AuthorDate: Thu Jun 7 10:04:24 2018 -0700

    GEODE-5300: Remove mention of a developer by name
    
    Mention removed
---
 .../java/org/apache/geode/distributed/internal/ReplyProcessor21.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/geode-core/src/main/java/org/apache/geode/distributed/internal/ReplyProcessor21.java b/geode-core/src/main/java/org/apache/geode/distributed/internal/ReplyProcessor21.java
index 046c119..3ffd31d 100644
--- a/geode-core/src/main/java/org/apache/geode/distributed/internal/ReplyProcessor21.java
+++ b/geode-core/src/main/java/org/apache/geode/distributed/internal/ReplyProcessor21.java
@@ -367,8 +367,7 @@ public class ReplyProcessor21 implements MembershipListener {
    * <p>
    * NOTE: the communication layer does not reliably support sending a message to oneself, so other
    * means must be used to execute the message in this VM. Typically you would set the sender of the
-   * message and then invoke its process() method in another thread. If you have questions, talk to
-   * Bruce Schuchardt.
+   * message and then invoke its process() method in another thread.
    */
   protected boolean allowReplyFromSender() {
     return false;

-- 
To stop receiving notification emails like this one, please contact
bschuchardt@apache.org.