--- old/src/share/classes/java/nio/channels/FileChannel.java 2012-08-31 11:14:52.769427509 -0700 +++ new/src/share/classes/java/nio/channels/FileChannel.java 2012-08-31 11:14:52.657427511 -0700 @@ -287,7 +287,7 @@ return provider.newFileChannel(path, options, attrs); } - @SuppressWarnings({ "unchecked", "rawtypes" }) // generic array construction + @SuppressWarnings({"unchecked", "rawtypes"}) // generic array construction private static final FileAttribute[] NO_ATTRIBUTES = new FileAttribute[0]; /**