altosui: Use ConcurrentHashMap for maps
authorKeith Packard <keithp@keithp.com>
Tue, 27 Mar 2012 05:05:04 +0000 (22:05 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 27 Mar 2012 05:05:04 +0000 (22:05 -0700)
commitc2550d72aee371676d2f09316051567681e53a7c
treea9eaa2f54e15d56f61084ca9150ba0fd10e79df6
parent8610fdae8f47e1e8b6e8525227cc912664ecfafd
altosui: Use ConcurrentHashMap for maps

This data structure is accessed by multiple threads, so it needs to be
re-entrant.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosSiteMap.java