< prev index next >

src/java.desktop/share/classes/sun/awt/image/GifImageDecoder.java

Print this page

        

@@ -112,11 +112,11 @@
     }
 
     /**
      * produce an image from the stream.
      */
-    @SuppressWarnings("fallthrough")
+    @SuppressWarnings({"fallthrough", "deprecation"})
     public void produceImage() throws IOException, ImageFormatException {
         try {
             readHeader();
 
             int totalframes = 0;
< prev index next >