commit | 910d3e7854e657d20ab8c3a5a330b2a3188b1c74 | [log] [tgz] |
---|---|---|
author | Daisuke Miyakawa <dmiyakawa@google.com> | Tue Nov 16 19:23:44 2010 -0800 |
committer | Daisuke Miyakawa <dmiyakawa@google.com> | Wed Nov 17 09:17:55 2010 -0800 |
tree | 591bf7a45a128a7ef973e1e4adc587dd782f57a0 | |
parent | f219f6ee48c503bb2b628c3f2aeff53b15c5a947 [diff] |
Simplify vCard implementation. - make ImportProcessor/ExportProcessor implement both Runnable and Future (as FutureRunnable, introduced in 1.6). Getter capability for Future interface is disabled. - use just one hash map instead of managing three different ones. Now that both processors are also Future<Object>, it is much easier to do so. Change-Id: Ia9deba6f4063eaae48d42a295d2ce84aca0a424f