diff options
author | Peter Elmers <peter.elmers@yahoo.com> | 2015-10-21 11:48:12 -0500 |
---|---|---|
committer | Peter Elmers <peter.elmers@yahoo.com> | 2015-10-21 11:49:30 -0500 |
commit | ecbd4540681a99cb83a201f3f09deaf2af3fb58f (patch) | |
tree | 69c6521482059c9a8b9fa8d936ff82e7930a1143 /java.html.markdown | |
parent | 51aad2ff341b3318ab9e0d2345f4aa51ab2bbae1 (diff) |
Fix a few spots where inconsistently tabs and spaces are used for alignment.
Diffstat (limited to 'java.html.markdown')
-rw-r--r-- | java.html.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java.html.markdown b/java.html.markdown index aae64ccf..efc4407b 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -186,9 +186,9 @@ public class LearnJava { // operations perform as could be expected for a // doubly-linked list. // Maps - A set of objects that map keys to values. Map is - // an interface and therefore cannot be instantiated. - // The type of keys and values contained in a Map must - // be specified upon instantiation of the implementing + // an interface and therefore cannot be instantiated. + // The type of keys and values contained in a Map must + // be specified upon instantiation of the implementing // class. Each key may map to only one corresponding value, // and each key may appear only once (no duplicates). // HashMaps - This class uses a hashtable to implement the Map |