--- old/src/java.desktop/share/classes/javax/swing/text/html/AccessibleHTML.java 2014-12-09 10:07:15.797095999 -0800 +++ new/src/java.desktop/share/classes/javax/swing/text/html/AccessibleHTML.java 2014-12-09 10:07:15.637095992 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 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 @@ -916,6 +916,7 @@ * @return the zero-based index of the character under Point p; if * Point is invalid returns -1. */ + @SuppressWarnings("deprecation") public int getIndexAtPoint(Point p) { View v = getView(); if (v != null) {