--- old/src/java.desktop/macosx/classes/sun/lwawt/macosx/CDragSourceContextPeer.java 2014-12-15 22:34:05.624168783 -0800 +++ new/src/java.desktop/macosx/classes/sun/lwawt/macosx/CDragSourceContextPeer.java 2014-12-15 22:34:05.476168777 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -88,6 +88,7 @@ super.startDrag(dsc, cursor, dragImage, dragImageOffset); } + @SuppressWarnings("deprecation") protected void startDrag(Transferable transferable, long[] formats, Map formatMap) { DragGestureEvent trigger = getTrigger(); InputEvent triggerEvent = trigger.getTriggerEvent();