This is an automated email from the ASF dual-hosted git repository.
bschuchardt pushed a commit to branch feature/GEODE-4672
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-4672 by this
push:
new 0e057b0 fixing a typo
0e057b0 is described below
commit 0e057b0acbb31d241e8ffce5b53a72b4861f9718
Author: Bruce Schuchardt <[email protected]>
AuthorDate: Wed Feb 28 14:17:51 2018 -0800
fixing a typo
---
.../src/main/java/org/apache/geode/internal/InternalDataSerializer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/geode-core/src/main/java/org/apache/geode/internal/InternalDataSerializer.java
b/geode-core/src/main/java/org/apache/geode/internal/InternalDataSerializer.java
index 32b66c5..2efdcb4 100644
---
a/geode-core/src/main/java/org/apache/geode/internal/InternalDataSerializer.java
+++
b/geode-core/src/main/java/org/apache/geode/internal/InternalDataSerializer.java
@@ -148,7 +148,7 @@ public abstract class InternalDataSerializer extends
DataSerializer implements D
* partial putAll exception object.
* <p>
* Do not java-serialize objects that Geode does not have complete control
over. This
- * leaves us open to security attacks such as Gadge Chains and compromises
the ability
+ * leaves us open to security attacks such as Gadget Chains and compromises
the ability
* to do a rolling upgrade from one version of Geode to the next.
* <p>
* In general you shouldn't use java serialization and you should implement
--
To stop receiving notification emails like this one, please contact
[email protected].