Re: Update required Java version to 5.0?
From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Fri, 26 Feb 2010 08:04:29 -0600
On Feb 25, 2010, at 10:22 PM, Mark Phippard wrote:
> On Thu, Feb 25, 2010 at 6:49 PM, Hyrum K. Wright
We do have a number of APIs which throw around Maps and Lists, so, if anything, this allows us properly parameterize those. The reason to doing it now is that with the package rename, we can change an API like foo(Map m) to foo(Map<String,String> m) without having to change the name (since the erasures are the same, we couldn't just override the first with the second).
I'll look into this shortly.
-Hyrum
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.