--- old/src/java.desktop/share/classes/javax/swing/text/html/IsindexView.java 2014-12-09 10:07:17.785096087 -0800 +++ new/src/java.desktop/share/classes/javax/swing/text/html/IsindexView.java 2014-12-09 10:07:17.597096079 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2000, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 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 @@ * contents of the JTextField. The search * contents are URLEncoded. */ + @SuppressWarnings("deprecation") public void actionPerformed(ActionEvent evt) { String data = textField.getText();