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 <[email protected]>
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
['"[email protected]" <[email protected]>'].