--- old/src/java.desktop/share/classes/javax/swing/text/LabelView.java 2015-04-14 15:34:40.099836962 -0700 +++ new/src/java.desktop/share/classes/javax/swing/text/LabelView.java 2015-04-14 15:34:39.903836958 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2015, 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 @@ /** * Fetches the FontMetrics used for this view. + * @return the FontMetrics used for this view * @deprecated FontMetrics are not used for glyph rendering * when running in the JDK. */