summaryrefslogtreecommitdiff
path: root/java/awt/TextComponent.java
diff options
context:
space:
mode:
authorLillian Angel <langel@redhat.com>2006-06-14 19:09:39 +0000
committerLillian Angel <langel@redhat.com>2006-06-14 19:09:39 +0000
commit2aad0f451105f4890e12853e97ae8fbae9e4ba45 (patch)
treee036966efb208bc2500e9916b72858438032ea04 /java/awt/TextComponent.java
parent623b775a9dec1fdeda8fd145fd100a3f0ee97605 (diff)
downloadclasspath-2aad0f451105f4890e12853e97ae8fbae9e4ba45.tar.gz
2006-06-14 Lillian Angel <langel@redhat.com>
* java/awt/Component.java (ignoreOldMouseEvents): Made static. (translateEvent): Made static. * java/awt/TextComponent.java (ignoreOldMouseEvents): Made static.
Diffstat (limited to 'java/awt/TextComponent.java')
-rw-r--r--java/awt/TextComponent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/awt/TextComponent.java b/java/awt/TextComponent.java
index 5d1e09e23..dfe03fe1b 100644
--- a/java/awt/TextComponent.java
+++ b/java/awt/TextComponent.java
@@ -740,7 +740,7 @@ paramString()
*
* @return true to ignore all old mouse events.
*/
- boolean
+ static boolean
ignoreOldMouseEvents()
{
return true;