rev 1382 : 8163022: Remove @Override annotation on interfaces added by 2016/04 security fixes Reviewed-by: omajid
@@ -260,10 +260,9 @@ /** * {@inheritDoc} * * @see sun.java2d.DestSurfaceProvider#getDestSurface */ - @Override public Surface getDestSurface() { return volSurfaceManager.getPrimarySurfaceData(); } }