Repository: geode-examples
Updated Branches:
  refs/heads/feature/GEODE-2231 b5bf7825f -> da58df518


GEODE-2231 Revise comment typo in BadEmployeeKey


Project: http://git-wip-us.apache.org/repos/asf/geode-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-examples/commit/da58df51
Tree: http://git-wip-us.apache.org/repos/asf/geode-examples/tree/da58df51
Diff: http://git-wip-us.apache.org/repos/asf/geode-examples/diff/da58df51

Branch: refs/heads/feature/GEODE-2231
Commit: da58df5187c13df71b1fe59a471e79500f1c9d82
Parents: b5bf782
Author: Karen Miller <kmil...@pivotal.io>
Authored: Thu Feb 2 14:39:18 2017 -0800
Committer: Karen Miller <kmil...@pivotal.io>
Committed: Thu Feb 2 14:39:18 2017 -0800

----------------------------------------------------------------------
 .../java/org/apache/geode/examples/partitioned/BadEmployeeKey.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-examples/blob/da58df51/partitioned/src/main/java/org/apache/geode/examples/partitioned/BadEmployeeKey.java
----------------------------------------------------------------------
diff --git 
a/partitioned/src/main/java/org/apache/geode/examples/partitioned/BadEmployeeKey.java
 
b/partitioned/src/main/java/org/apache/geode/examples/partitioned/BadEmployeeKey.java
index 1174078..fef04d4 100644
--- 
a/partitioned/src/main/java/org/apache/geode/examples/partitioned/BadEmployeeKey.java
+++ 
b/partitioned/src/main/java/org/apache/geode/examples/partitioned/BadEmployeeKey.java
@@ -60,7 +60,7 @@ public class BadEmployeeKey implements Serializable {
   }
 
   /*
-   * This hashCode is what make this class a very poor implementation. It 
always returns the value
+   * This hashCode is what makes this class a very poor implementation. It 
always returns the value
    * 1, so that every entry gets placed in the same bucket, and partitioning 
is useless.
    *
    * Forgetting to define, or implementing an erroneous hashCode can result in 
rotten distribution

Reply via email to