mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-11 15:38:44 +00:00
8015339: Correct a wording in javadoc of java.awt.ContainerOrderFocusTraversalPolicy
Reviewed-by: art, anthony
This commit is contained in:
parent
69dcf8a54e
commit
ff6cb043ba
@ -42,7 +42,7 @@ import sun.util.logging.PlatformLogger;
|
||||
* 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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user