You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2017/12/08 00:41:57 UTC

svn commit: r1817445 - /pivot/trunk/wtk/src/org/apache/pivot/wtk/SelectDirection.java

Author: rwhitcomb
Date: Fri Dec  8 00:41:56 2017
New Revision: 1817445

URL: http://svn.apache.org/viewvc?rev=1817445&view=rev
Log:
PIVOT-891:  Update the quickly obsolete Javadoc for SelectDirection.

Modified:
    pivot/trunk/wtk/src/org/apache/pivot/wtk/SelectDirection.java

Modified: pivot/trunk/wtk/src/org/apache/pivot/wtk/SelectDirection.java
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/src/org/apache/pivot/wtk/SelectDirection.java?rev=1817445&r1=1817444&r2=1817445&view=diff
==============================================================================
--- pivot/trunk/wtk/src/org/apache/pivot/wtk/SelectDirection.java (original)
+++ pivot/trunk/wtk/src/org/apache/pivot/wtk/SelectDirection.java Fri Dec  8 00:41:56 2017
@@ -20,8 +20,8 @@ package org.apache.pivot.wtk;
  * Enumeration of the possible directions we can select in.  In other words,
  * which arrow key was first used to initiate selecting?
  * <p> Used by {@link TextArea} and {@link TextPane} for two-dimensional
- * selection logic.  {@link TextInput} uses just forward/backward and not
- * this enum.
+ * selection logic.  {@link TextInput} uses just the {@link #LEFT} and
+ * {@link #RIGHT} values.
  */
 public enum SelectDirection {
     LEFT,