commit | 9744ba992e1abca2460d31a6538e7c45170f6ca9 | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Tue Apr 23 17:46:43 2013 -0700 |
committer | Shawn Pearce <sop@google.com> | Tue Apr 23 17:46:43 2013 -0700 |
tree | bc5c07d7a50602387adf2e2009187ef89085ad68 | |
parent | 98c89249c574d7a37c52825b9bb368cda35eca33 [diff] |
Replace Hashtable with ConcurrentMap Hashtable is an ancient class that should never be used in modern Java code. ConcurrentMap or a synchronizedMap() are the correct ways to create a thread-safe Map structure. Change-Id: Iaa50cde3112c1b9f5063df9fecac646d0eb707da