All looks fine to me.
-Ulf
Am 25.10.2011 16:32, schrieb Chris Hegarty:
Alan,
I found the same problem in the net and security makefiles, incremental build fails because of raw
type warnings.
I can file another CR or amend the category and description of this one, to be
more generic.
The changes are similarity trivial:
....
On 10/25/11 01:57 PM, Alan Bateman wrote:
On 25/10/2011 13:36, Chris Hegarty wrote:
The changes to remove warnings from the NIO code (7068616) missed
java/nio/charset/Charset.java and sun/nio/ch/Util.java. This was not
spotted at the time as the compiler was not generating raw type
warnings for anonymous inner classes. It does now, see CR 7090499.
Looks fine to me.
-Alan