commit | 75379fe244cd0b17776116f0ef7ea4496508cfa4 | [log] [tgz] |
---|---|---|
author | Chris Hegarty <chegar@openjdk.org> | Fri Aug 07 10:50:26 2009 +0100 |
committer | Chris Hegarty <chegar@openjdk.org> | Fri Aug 07 10:50:26 2009 +0100 |
tree | 7bf7c295ce8859daa336a99e38f7cb4552f3dd88 | |
parent | f98b97ffea6c87f8c7beb53c78322ec444aa984f [diff] |
6826780: URLClassPath should use HashMap<String, XXX> instead of HashMap<URL, XXX> Replace URL with a String representation. Reviewed-by: michaelm, jccollet