src/share/classes/com/sun/imageio/plugins/bmp/BMPMetadata.java

Print this page
rev 9230 : imported patch 8033716

@@ -91,11 +91,11 @@
     public int green;
     public int blue;
 
     // Fields from CommentExtension
     // List of byte[]
-    public List comments = null; // new ArrayList();
+    public List<byte[]> comments = null; // new ArrayList();
 
     public BMPMetadata() {
         super(true,
               nativeMetadataFormatName,
               "com.sun.imageio.plugins.bmp.BMPMetadataFormat",