From 5cd27375dd23e27dfb752af8c1a11fa62eea10f7 Mon Sep 17 00:00:00 2001 From: Alexander Scherbatiy Date: Mon, 7 Apr 2014 18:01:52 +0400 Subject: [PATCH] 6475394: Spelling mistake in doc for ComponentUI.getBaselineResizeBehaviour Reviewed-by: serb, pchelko --- jdk/src/share/classes/javax/swing/plaf/ComponentUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/src/share/classes/javax/swing/plaf/ComponentUI.java b/jdk/src/share/classes/javax/swing/plaf/ComponentUI.java index 2e81c64dbbc..190d450e09a 100644 --- a/jdk/src/share/classes/javax/swing/plaf/ComponentUI.java +++ b/jdk/src/share/classes/javax/swing/plaf/ComponentUI.java @@ -297,7 +297,7 @@ public abstract class ComponentUI { } /** - * Returns an enum indicating how the baseline of he component + * Returns an enum indicating how the baseline of the component * changes as the size changes. This method is primarily meant for * layout managers and GUI builders. *