From 40b5a2b2c8922bd12a67e25fa165c88ea2821f50 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 28 Feb 2011 20:24:14 -0800 Subject: [PATCH] Corrected another error in the examples. Sheesh. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17d110f..228b3d1 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Example: }, new OutputStreamWriter(System.out))); // result: - // Elvis: 74 + // Elvis: 75 // Madonna: 52 As you can see from the example, the fields (and methods) need not be public.