< prev index next >

src/java.desktop/share/classes/javax/swing/text/BoxView.java

Print this page

        

@@ -132,10 +132,11 @@
         }
     }
 
     /**
      * Determines if the layout is valid along the given axis.
+     * @return if the layout is valid along the given axis
      *
      * @param axis either <code>View.X_AXIS</code> or <code>View.Y_AXIS</code>
      *
      * @since 1.4
      */
< prev index next >