--- old/src/java.desktop/share/classes/javax/swing/text/PlainView.java 2015-04-06 22:10:15.845237719 -0700 +++ new/src/java.desktop/share/classes/javax/swing/text/PlainView.java 2015-04-06 22:10:15.693237715 -0700 @@ -520,6 +520,9 @@ * view. The longest line is checked to see if it has * changed. * + * @param changes the change information from the associated document + * @param a the current allocation of the view + * @param f the factory to use to rebuild if the view has children * @since 1.4 */ protected void updateDamage(DocumentEvent changes, Shape a, ViewFactory f) { @@ -604,6 +607,7 @@ /** * Determine the rectangle that represents the given line. + * @return the rectangle that represents the given line * * @param a the region allocated for the view to render into * @param line the line number to find the region of. This must