src/macosx/classes/sun/lwawt/macosx/CViewEmbeddedFrame.java

Print this page

        

@@ -35,10 +35,11 @@
 
 /*
  * The CViewEmbeddedFrame class is used in the SWT_AWT bridge.
  * This is a part of public API and should not be renamed or moved
  */
+@SuppressWarnings("serial") // JDK implementation class
 public class CViewEmbeddedFrame extends EmbeddedFrame {
 
     private final long nsViewPtr;
 
     private boolean isActive = false;