You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2017/10/05 18:58:26 UTC

[geode] branch feature/GEODE-3687 updated: Fixing a spelling mistake in GatewayReceiverCreation

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

upthewaterspout pushed a commit to branch feature/GEODE-3687
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-3687 by this push:
     new 060b1c4  Fixing a spelling mistake in GatewayReceiverCreation
060b1c4 is described below

commit 060b1c441c6960903bef4448e4ce20b94aa3f305
Author: Dan Smith <up...@apache.org>
AuthorDate: Thu Oct 5 11:46:57 2017 -0700

    Fixing a spelling mistake in GatewayReceiverCreation
---
 .../apache/geode/internal/cache/xmlcache/GatewayReceiverCreation.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-core/src/main/java/org/apache/geode/internal/cache/xmlcache/GatewayReceiverCreation.java b/geode-core/src/main/java/org/apache/geode/internal/cache/xmlcache/GatewayReceiverCreation.java
index fa3aedd..f298bab 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/cache/xmlcache/GatewayReceiverCreation.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/cache/xmlcache/GatewayReceiverCreation.java
@@ -114,7 +114,7 @@ public class GatewayReceiverCreation implements GatewayReceiver {
   }
 
   public String getHost() {
-    throw new IllegalStateException("getHost should not be invoked on GatewayReiverCreation");
+    throw new IllegalStateException("getHost should not be invoked on GatewayReceiverCreation");
   }
 
   public String getBindAddress() {

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].