8221661: javax.swing.text.View.getPreferredSpan(int axis)

Reviewed-by: serb
This commit is contained in:
Prasanta Sadhukhan 2019-04-03 14:21:24 +05:30
parent 00df041948
commit c30da2c601

View File

@ -229,7 +229,6 @@ public abstract class View implements SwingConstants {
* Typically the view is told to render into the span
* that is returned, although there is no guarantee.
* The parent may choose to resize or break the view
* @see View#getPreferredSpan
*/
public abstract float getPreferredSpan(int axis);