< prev index next >
src/java.desktop/share/classes/javax/swing/text/html/FrameView.java
Print this page
@@ -428,12 +428,12 @@
/**
* Determines the minimum span for this view along an
* axis.
*
- * @param axis may be either <code>View.X_AXIS</code> or
- * <code>View.Y_AXIS</code>
+ * @param axis may be either {@code View.X_AXIS} or
+ * {@code View.Y_AXIS}
* @return the preferred span; given that we do not
* support resizing of frames, the minimum span returned
* is the same as the preferred span
*
*/
@@ -443,12 +443,12 @@
/**
* Determines the maximum span for this view along an
* axis.
*
- * @param axis may be either <code>View.X_AXIS</code> or
- * <code>View.Y_AXIS</code>
+ * @param axis may be either {@code View.X_AXIS} or
+ * {@code View.Y_AXIS}
* @return the preferred span; given that we do not
* support resizing of frames, the maximum span returned
* is the same as the preferred span
*
*/
< prev index next >