Update java en file to fix small typo buy to by

This commit is contained in:
Levi Bostian 2015-10-06 09:36:03 -05:00
parent c7fd8814af
commit 9b0877f7eb

View File

@ -338,7 +338,7 @@ public class LearnJava {
}
// But there's a nifty way to achive the same thing in an
// easier way, buy using something that is called Double Brace
// easier way, by using something that is called Double Brace
// Initialization.
private static final Set<String> COUNTRIES = HashSet<String>() {{