8015339: Correct a wording in javadoc of java.awt.ContainerOrderFocusTraversalPolicy
authorant
Wed, 05 Jun 2013 17:44:50 +0400
changeset 17905 650343913d86
parent 17904 0be4c7d2e53b
child 17906 d1e3eb73fb05
8015339: Correct a wording in javadoc of java.awt.ContainerOrderFocusTraversalPolicy Reviewed-by: art, anthony
jdk/src/share/classes/java/awt/ContainerOrderFocusTraversalPolicy.java
--- a/jdk/src/share/classes/java/awt/ContainerOrderFocusTraversalPolicy.java	Wed Jun 05 16:57:33 2013 +0400
+++ b/jdk/src/share/classes/java/awt/ContainerOrderFocusTraversalPolicy.java	Wed Jun 05 17:44:50 2013 +0400
@@ -42,7 +42,7 @@
  * Component to focus. This behavior can be disabled using the
  * <code>setImplicitDownCycleTraversal</code> method.
  * <p>
- * By default, methods of this class with return a Component only if it is
+ * By default, methods of this class will return a Component only if it is
  * visible, displayable, enabled, and focusable. Subclasses can modify this
  * behavior by overriding the <code>accept</code> method.
  * <p>