--- old/src/java.desktop/share/classes/javax/swing/text/html/LineView.java 2014-12-09 10:07:18.249096107 -0800 +++ new/src/java.desktop/share/classes/javax/swing/text/html/LineView.java 2014-12-09 10:07:18.081096100 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -161,6 +161,7 @@ /** * Returns the location for the tab. */ + @SuppressWarnings("deprecation") protected float getPreTab(float x, int tabOffset) { Document d = getDocument(); View v = getViewAtPosition(tabOffset, null);