This commit is contained in:
Abhijit Saha 2009-08-27 15:08:10 -07:00
commit 65cf286a61
2 changed files with 2 additions and 2 deletions

View File

@ -716,7 +716,7 @@ public class ParagraphView extends FlowView implements TabExpander {
* @param axis the minor axis
* @param r the input {@code SizeRequirements} object
* @return the new or adjusted {@code SizeRequirements} object
* @throw IllegalArgumentException if the {@code axis} parameter is invalid
* @throws IllegalArgumentException if the {@code axis} parameter is invalid
*/
@Override
protected SizeRequirements calculateMinorAxisRequirements(int axis,

View File

@ -150,7 +150,7 @@ public class ParagraphView extends javax.swing.text.ParagraphView {
* @param axis the minor axis
* @param r the input {@code SizeRequirements} object
* @return the new or adjusted {@code SizeRequirements} object
* @throw IllegalArgumentException if the {@code axis} parameter is invalid
* @throws IllegalArgumentException if the {@code axis} parameter is invalid
*/
protected SizeRequirements calculateMinorAxisRequirements(
int axis, SizeRequirements r) {