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 <[email protected]> Authored: Tue May 9 16:57:58 2017 -0700 Committer: Anthony Baker <[email protected]> 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",
