commit | 55b6451741b021d1cd5eba3ff7bbd7b5eca3262c | [log] [tgz] |
---|---|---|
author | chegar <none@none> | Fri Aug 07 10:50:26 2009 +0100 |
committer | chegar <none@none> | Fri Aug 07 10:50:26 2009 +0100 |
tree | ee970031f365f50ab0f3839e5c91550355cb6889 | |
parent | 777b79a0499edbb3882fe9d4a2663ebf786e1041 [diff] |
6826780: URLClassPath should use HashMap<String, XXX> instead of HashMap<URL, XXX> Summary: Replace URL with a String representation. Reviewed-by: michaelm, jccollet