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

[5/5] geode-examples git commit: GEODE-2831 Fix typo

GEODE-2831 Fix typo


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

Branch: refs/heads/develop
Commit: 5ebbc817e3b77a07750c3512c0040f92c93cf393
Parents: 69973da
Author: Anthony Baker <ab...@apache.org>
Authored: Tue May 9 16:57:58 2017 -0700
Committer: Anthony Baker <ab...@apache.org>
Committed: Tue May 9 16:57:58 2017 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/geode/examples/loader/QuoteLoader.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-examples/blob/5ebbc817/loader/src/main/java/org/apache/geode/examples/loader/QuoteLoader.java
----------------------------------------------------------------------
diff --git a/loader/src/main/java/org/apache/geode/examples/loader/QuoteLoader.java b/loader/src/main/java/org/apache/geode/examples/loader/QuoteLoader.java
index 522365d..4359572 100644
--- a/loader/src/main/java/org/apache/geode/examples/loader/QuoteLoader.java
+++ b/loader/src/main/java/org/apache/geode/examples/loader/QuoteLoader.java
@@ -83,7 +83,7 @@ public class QuoteLoader implements CacheLoader<String, String>, Declarable {
     quotes.put("Orson Scott Card",
         "Everybody walks past a thousand story ideas every day. The good writers are the ones who see five or six of them. Most people don’t see any.");
     quotes.put("Ray Bradbury",
-        "Any man who keeps working is not a failure. He may not be a great writer, but if he applies the old-fashioned virtues of hard, constant labor, he’ll eventually make some kind of career for himself as writer.");
+        "Any man who keeps working is not a failure. He may not be a great writer, but if he applies the old-fashioned virtues of hard, constant labor, he’ll eventually make some kind of career for himself as a writer.");
     quotes.put("Robert Benchley",
         "It took me fifteen years to discover I had no talent for writing, but I couldn’t give it up because by that time I was too famous.");
     quotes.put("Somerset Maugham",