--- old/src/java.desktop/windows/classes/sun/awt/windows/WRobotPeer.java 2020-02-18 23:07:11.000000000 -0800 +++ new/src/java.desktop/windows/classes/sun/awt/windows/WRobotPeer.java 2020-02-18 23:07:10.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2020, 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 @@ -25,7 +25,6 @@ package sun.awt.windows; -import java.awt.GraphicsDevice; import java.awt.Point; import java.awt.Rectangle; import java.awt.peer.RobotPeer; @@ -34,9 +33,6 @@ final class WRobotPeer implements RobotPeer { - WRobotPeer(GraphicsDevice screen) { - } - public native void mouseMoveImpl(int x, int y); @Override public void mouseMove(int x, int y) {