]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2005-02-19 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Sat, 19 Feb 2005 09:30:03 +0000 (09:30 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Sat, 19 Feb 2005 09:30:03 +0000 (09:30 +0000)
* javax/swing/JTextField.java
(notfiyAction): Added javadoc.

From-SVN: r95276

libjava/ChangeLog
libjava/javax/swing/JTextField.java

index cabf8d609322431d9ea11359fa75325a30e2889c..2b9d16055ed7eefc40c64dca3562995bec1efc8b 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-19  Michael Koch  <konqueror@gmx.de>
+
+       * javax/swing/JTextField.java
+       (notfiyAction): Added javadoc.
+
 2005-02-19  Sven de Marothy  <sven@physto.se>
 
        * javax/swing/SpinnerDateModel.java: Implemented.
index e7c65d924eb1fbdd06e8fa2bd83068723bc5df43..409e2a5970f73a7abab129a25454203bc35b1b47 100644 (file)
@@ -83,6 +83,10 @@ public class JTextField extends JTextComponent
 
   private static final Action[] actions;
 
+  /**
+   * Name of the action that gets sent when the content of the text field
+   * gets accepted.
+   */
   public static final String notifyAction = "notify-field-accept";
   
   static