Skip to content

Commit

Permalink
Fix javadoc error.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomnsilva committed Apr 3, 2024
1 parent c2cc3b6 commit cb5674d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/
public class ContentZoomScrollPane extends ScrollPane {

/** Minimum scale factor. Doesn't make sense to allow < 1 */
/** Minimum scale factor. Doesn't make sense to allow &lt; 1 */
public static final double MIN_SCALE = 1;

/** Maximum scale factor */
Expand Down

0 comments on commit cb5674d

Please sign in to comment.